|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.bind.AccessorFactoryImpl
public class AccessorFactoryImpl
| Method Summary | |
|---|---|
Accessor |
createFieldAccessor(Class bean,
Field field,
boolean readOnly)
Access a field of the class. |
Accessor |
createFieldAccessor(Class bean,
Field field,
boolean readOnly,
boolean supressWarning)
Access a field of the class. |
Accessor |
createPropertyAccessor(Class bean,
Method getter,
Method setter)
Access a property of the class. |
static AccessorFactoryImpl |
getInstance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AccessorFactoryImpl getInstance()
public Accessor createFieldAccessor(Class bean,
Field field,
boolean readOnly)
createFieldAccessor in interface AccessorFactorybean - the class to be processed.field - the field within the class to be accessed.readOnly - the isStatic value of the field's modifier.
JAXBException - reports failures of the method.
public Accessor createFieldAccessor(Class bean,
Field field,
boolean readOnly,
boolean supressWarning)
createFieldAccessor in interface InternalAccessorFactorybean - the class to be processed.field - the field within the class to be accessed.readOnly - the isStatic value of the field's modifier.supressWarning - supress security warning about accessing fields through reflection
JAXBException - reports failures of the method.
public Accessor createPropertyAccessor(Class bean,
Method getter,
Method setter)
createPropertyAccessor in interface AccessorFactorybean - the class to be processedgetter - the getter method to be accessed. The value can be null.setter - the setter method to be accessed. The value can be null.
JAXBException - reports failures of the method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||