public interface StoreInfo
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDomainObjectClass()
Returns the Store's domain object class if applicable.
|
<T> T |
getImplementation(Class<? extends T> clazz)
Returns the Store's implementation
|
Class<?> |
getInterface()
Returns the Store's interface class
|
Class<?> getInterface()
Class<?> getDomainObjectClass()
<T> T getImplementation(Class<? extends T> clazz)
clazz - the type of the implementationCopyright © 2021 Paul Warren. All rights reserved.