public final class ReflectionBasedObjectAccessorProvider extends AbstractObjectAccessorProvider
ObjectAccessorProvider.
This implementation is thread-safe.
| Constructor and Description |
|---|
ReflectionBasedObjectAccessorProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectAccessor |
create(Class<?> objectType)
Creates an
ObjectAccessor for the given object type. |
getpublic ReflectionBasedObjectAccessorProvider()
protected ObjectAccessor create(Class<?> objectType)
ObjectAccessor for the given object type.create in class AbstractObjectAccessorProviderobjectType - the object typeCopyright © 2014. All rights reserved.