| Modifier and Type | Class and Description |
|---|---|
static class |
StoresImpl.StoreSupplier |
| Constructor and Description |
|---|
StoresImpl() |
StoresImpl(org.springframework.beans.factory.ListableBeanFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStoreResolver(String name,
StoreResolver resolver) |
void |
afterPropertiesSet() |
StoreInfo |
getStore(Class<?> storeType,
StoreFilter filter) |
StoreInfo[] |
getStores(Class<?> storeType) |
StoreInfo[] |
getStores(Class<?> storeType,
StoreFilter filter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwithDomainClasspublic StoresImpl()
@Autowired public StoresImpl(org.springframework.beans.factory.ListableBeanFactory factory)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic void addStoreResolver(String name, StoreResolver resolver)
addStoreResolver in interface Storespublic StoreInfo getStore(Class<?> storeType, StoreFilter filter)
public StoreInfo[] getStores(Class<?> storeType, StoreFilter filter)
Copyright © 2021 Paul Warren. All rights reserved.