Class PropertyDescriptor


  • public class PropertyDescriptor
    extends Object
    • Constructor Detail

      • PropertyDescriptor

        public PropertyDescriptor​(String name,
                                  Method getter,
                                  Method setter)
    • Method Detail

      • getName

        public String getName()
      • getReadMethod

        public Method getReadMethod()
      • getWriteMethod

        public Method getWriteMethod()
      • getPropertyType

        public Class<?> getPropertyType()