com.sun.xml.bind
public interface InternalAccessorFactory extends AccessorFactory
Method Summary | |
---|---|
Accessor | createFieldAccessor(Class bean, Field f, boolean readOnly, boolean supressWarnings)
Access a field of the class.
|
Parameters: 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 warnings
Returns: Accessor the accessor for this field
Throws: JAXBException reports failures of the method.