public interface InternalAccessorFactory extends AccessorFactory
Modifier and Type | Method and Description |
---|---|
Accessor |
createFieldAccessor(Class bean,
Field f,
boolean readOnly,
boolean supressWarnings)
Access a field of the class.
|
createFieldAccessor, createPropertyAccessor
Accessor createFieldAccessor(Class bean, Field f, boolean readOnly, boolean supressWarnings) throws 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 warningsJAXBException
- reports failures of the method.Copyright © 2019 JBoss by Red Hat. All rights reserved.