Uses of Class
jodd.introspector.PropertyDescriptor
-
Packages that use PropertyDescriptor Package Description jodd.bean Java Bean utilities, provides the fastest bean manipulation.jodd.introspector Very fast reflection introspector. -
-
Uses of PropertyDescriptor in jodd.bean
Fields in jodd.bean declared as PropertyDescriptor Modifier and Type Field Description private PropertyDescriptorBeanProperty. lastPropertyDescriptorprivate PropertyDescriptorBeanProperty. propertyDescriptor -
Uses of PropertyDescriptor in jodd.introspector
Fields in jodd.introspector declared as PropertyDescriptor Modifier and Type Field Description private PropertyDescriptor[]Properties. allPropertiesFields in jodd.introspector with type parameters of type PropertyDescriptor Modifier and Type Field Description protected java.util.HashMap<java.lang.String,PropertyDescriptor>Properties. propertyDescriptorsMethods in jodd.introspector that return PropertyDescriptor Modifier and Type Method Description protected PropertyDescriptorProperties. createPropertyDescriptor(java.lang.String name, FieldDescriptor fieldDescriptor)Creates new field-onlyPropertyDescriptor.protected PropertyDescriptorProperties. createPropertyDescriptor(java.lang.String name, MethodDescriptor getterMethod, MethodDescriptor setterMethod)Creates newPropertyDescriptor.PropertyDescriptor[]ClassDescriptor. getAllPropertyDescriptors()Returns all properties descriptors.PropertyDescriptor[]Properties. getAllPropertyDescriptors()Returns all property descriptors.PropertyDescriptorClassDescriptor. getPropertyDescriptor(java.lang.String name, boolean declared)Returns property descriptor.PropertyDescriptorProperties. getPropertyDescriptor(java.lang.String name)Returnsproperty descriptor.Methods in jodd.introspector that return types with arguments of type PropertyDescriptor Modifier and Type Method Description protected java.util.HashMap<java.lang.String,PropertyDescriptor>Properties. inspectProperties()Inspects all properties of target type.Method parameters in jodd.introspector with type arguments of type PropertyDescriptor Modifier and Type Method Description protected voidProperties. addProperty(java.util.HashMap<java.lang.String,PropertyDescriptor> map, java.lang.String name, MethodDescriptor methodDescriptor, boolean isSetter)Adds a setter and/or getter method to the property.
-