public interface ContentStoreInfo
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDomainObjectClass()
Returns the Store's domain object class if applicable.
|
ContentStore<Object,Serializable> |
getImpementation()
Deprecated.
|
<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 implementation@Deprecated ContentStore<Object,Serializable> getImpementation()
Copyright © 2020 Paul Warren. All rights reserved.