Class PropertyDescriptor

    • Method Detail

      • getWriteMethod

        public java.lang.reflect.Method getWriteMethod()
      • getReadMethod

        public java.lang.reflect.Method getReadMethod()
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • setPropertyEditorClass

        public void setPropertyEditorClass​(java.lang.Class<?> propertyEditorClass)
      • getPropertyType

        public java.lang.Class<?> getPropertyType()
      • getPropertyEditorClass

        public java.lang.Class<?> getPropertyEditorClass()
      • setConstrained

        public void setConstrained​(boolean constrained)
      • setBound

        public void setBound​(boolean bound)
      • isConstrained

        public boolean isConstrained()
      • isBound

        public boolean isBound()
      • createPropertyEditor

        public PropertyEditor createPropertyEditor​(java.lang.Object bean)