|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jsefa.common.accessor.AbstractObjectAccessorProvider
public abstract class AbstractObjectAccessorProvider
The abstract base class for implementations of ObjectAccessorProvider.
| Constructor Summary | |
|---|---|
protected |
AbstractObjectAccessorProvider()
Constructs a new AbstractObjectAccessorProvider. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractObjectAccessorProvider()
AbstractObjectAccessorProvider.
| Method Detail |
|---|
public ObjectAccessor get(Class<?> objectType)
ObjectAccessor for the given class.
get in interface ObjectAccessorProviderobjectType - the class
protected abstract ObjectAccessor create(Class<?> objectType)
ObjectAccessor for the given object type.
objectType - the object type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||