public interface InternalAccessorFactory extends AccessorFactory
Modifier and Type | Method and Description |
---|---|
Accessor |
createFieldAccessor(java.lang.Class bean,
java.lang.reflect.Field f,
boolean readOnly,
boolean supressWarnings)
Access a field of the class.
|
createFieldAccessor, createPropertyAccessor
Accessor createFieldAccessor(java.lang.Class bean, java.lang.reflect.Field f, boolean readOnly, boolean supressWarnings) throws javax.xml.bind.JAXBException
bean
- the class to be processed.f
- the field within the class to be accessed.readOnly
- the isStatic value of the field's modifier.supressWarnings
- supress reflection warningsjavax.xml.bind.JAXBException
- reports failures of the method.