AccessorFactoryAccessorFactoryImplpublic interface InternalAccessorFactory extends AccessorFactory
| Modifier and Type | Method | Description |
|---|---|---|
Accessor |
createFieldAccessor(java.lang.Class bean,
java.lang.reflect.Field f,
boolean readOnly,
boolean supressWarnings) |
Access a field of the class.
|
createFieldAccessor, createPropertyAccessorAccessor 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 - suppress reflection warningsjavax.xml.bind.JAXBException - reports failures of the method.Copyright © 2017 Oracle Corporation. All rights reserved.