Class PojoPropertyInfo

java.lang.Object
com.gigaspaces.internal.metadata.pojo.PojoPropertyInfo

public class PojoPropertyInfo extends Object
  • Constructor Details

    • PojoPropertyInfo

      public PojoPropertyInfo(String name)
  • Method Details

    • getName

      public String getName()
    • getType

      public Class<?> getType()
    • getGetterMethod

      public Method getGetterMethod()
    • getSetterMethod

      public Method getSetterMethod()
    • getMethods

      public List<Method> getMethods()
    • calculateAccessors

      public void calculateAccessors()