public abstract class AbstractObjectAccessorProvider extends Object implements ObjectAccessorProvider
ObjectAccessorProvider.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractObjectAccessorProvider()
Constructs a new
AbstractObjectAccessorProvider. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ObjectAccessor |
create(Class<?> objectType)
Creates an
ObjectAccessor for the given object type. |
ObjectAccessor |
get(Class<?> objectType)
Returns an
ObjectAccessor for the given class. |
protected AbstractObjectAccessorProvider()
AbstractObjectAccessorProvider.public ObjectAccessor get(Class<?> objectType)
ObjectAccessor for the given class.get in interface ObjectAccessorProviderobjectType - the classprotected abstract ObjectAccessor create(Class<?> objectType)
ObjectAccessor for the given object type.objectType - the object typeCopyright © 2014. All rights reserved.