Interface IReflectivePropertySetter

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.Object coerce​(java.lang.Object target, java.lang.String property, java.lang.Object value)
      This method is provided only for convenience.
      java.lang.Object coerce​(java.lang.Object target, java.lang.String property, java.lang.Object value, IEolContext context)
      Coerces the given value such that it is permitted for this property.
      default java.lang.Object conforms​(java.lang.Object target, java.lang.String property, java.lang.Object value)
      This method is provided only for convenience.
      boolean conforms​(java.lang.Object target, java.lang.String property, java.lang.Object value, IEolContext context)
      Indicates whether the specified value is permitted for this property.