Class JAXXPropertyDescriptor

java.lang.Object
jaxx.compiler.beans.JAXXFeatureDescriptor
jaxx.compiler.beans.JAXXPropertyDescriptor

public class JAXXPropertyDescriptor
extends JAXXFeatureDescriptor
Mirrors the class java.beans.PropertyDescriptor. JAXX uses its own introspector rather than the built-in java.beans.Introspector so that it can introspect ClassDescriptor, not just java.lang.Class.
  • Constructor Details

  • Method Details

    • getReadMethodDescriptor

      public MethodDescriptor getReadMethodDescriptor()
    • getWriteMethodDescriptor

      public MethodDescriptor getWriteMethodDescriptor()
    • getPropertyType

      public ClassDescriptor getPropertyType()
    • isBound

      public boolean isBound()
    • setBound

      public void setBound​(boolean bound)