public interface PropertyAccessorFactory
PropertyAccessor
implementations.| Modifier and Type | Method and Description |
|---|---|
PropertyAccessor |
getPropertyAccessor(Class<?> parent,
Field field,
int carg)
Creates a new
PropertyAccessor. |
PropertyAccessor |
getPropertyAccessor(Class<?> parent,
PropertyDescriptor descriptor,
int carg)
Creates a new
PropertyAccessor. |
PropertyAccessor getPropertyAccessor(Class<?> parent, PropertyDescriptor descriptor, int carg)
PropertyAccessor.parent - the parent bean object typedescriptor - the PropertyDescriptor to accesscarg - the constructor argument indexPropertyAccessorPropertyAccessor getPropertyAccessor(Class<?> parent, Field field, int carg)
PropertyAccessor.parent - the parent bean object typefield - the Field to accesscarg - the constructor argument indexPropertyAccessor