|
BeanIO 2.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyAccessorFactory
Factory interface for creating PropertyAccessor
implementations.
Method Summary | |
---|---|
PropertyAccessor |
getPropertyAccessor(Class<?> parent,
Field field,
int carg)
Creates a new PropertyAccessor . |
PropertyAccessor |
getPropertyAccessor(Class<?> parent,
PropertyDescriptor descriptor,
int carg)
Creates a new PropertyAccessor . |
Method Detail |
---|
PropertyAccessor getPropertyAccessor(Class<?> parent, PropertyDescriptor descriptor, int carg)
PropertyAccessor
.
parent
- the parent bean object typedescriptor
- the PropertyDescriptor
to accesscarg
- the constructor argument index
PropertyAccessor
PropertyAccessor getPropertyAccessor(Class<?> parent, Field field, int carg)
PropertyAccessor
.
parent
- the parent bean object typefield
- the Field
to accesscarg
- the constructor argument index
PropertyAccessor
|
BeanIO 2.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |