public class AccessorFactoryWrapper extends Object
Purpose: This class provides a wrapper for an instance of AccessorFactory. The instance can be from either the internal or public package. This class will reflectively invoke the createFieldAccessor and createPropertyAccessor methods on the underlying AccessorFactory to create Accessor instances.
Constructor and Description |
---|
AccessorFactoryWrapper(Object factory) |
Modifier and Type | Method and Description |
---|---|
Object |
createFieldAccessor(Class beanClass,
Field field,
boolean isReadOnly) |
Object |
createPropertyAccessor(Class beanClass,
Method getMethod,
Method setMethod) |
public AccessorFactoryWrapper(Object factory)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference