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