Class Property

java.lang.Object
io.contextmap.core.reflection.Property

public class Property extends Object
  • Constructor Details

  • Method Details

    • setCustomName

      public void setCustomName(String name)
    • getName

      public String getName()
    • getGetterMethod

      public Method getGetterMethod()
    • getSetterMethod

      public Method getSetterMethod()
    • getPropertyType

      public Class<?> getPropertyType()
    • getField

      public Field getField()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • read

      public Object read(Object target)
    • write

      public void write(Object target, Object value)