public class StoreUtils extends Object
| Constructor and Description |
|---|
StoreUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
getBasePackages(org.springframework.core.annotation.AnnotationAttributes attributes,
String[] defaultPackages) |
static String |
getStoreBeanName(org.springframework.beans.factory.config.BeanDefinition definition) |
static Set<org.springframework.beans.factory.support.GenericBeanDefinition> |
getStoreCandidates(org.springframework.core.env.Environment env,
org.springframework.core.io.ResourceLoader loader,
String[] basePackages,
boolean multiStoreMode,
Class<?>[] identifyingType) |
static String |
getStoreFactoryBeanName(org.springframework.core.annotation.AnnotationAttributes attributes) |
protected static boolean |
isStrictRepositoryCandidate(Class<?>[] identifyingTypes,
String storeInterface,
org.springframework.core.io.ResourceLoader loader) |
public static String[] getBasePackages(org.springframework.core.annotation.AnnotationAttributes attributes, String[] defaultPackages)
public static String getStoreFactoryBeanName(org.springframework.core.annotation.AnnotationAttributes attributes)
public static String getStoreBeanName(org.springframework.beans.factory.config.BeanDefinition definition)
public static Set<org.springframework.beans.factory.support.GenericBeanDefinition> getStoreCandidates(org.springframework.core.env.Environment env, org.springframework.core.io.ResourceLoader loader, String[] basePackages, boolean multiStoreMode, Class<?>[] identifyingType)
Copyright © 2021 Paul Warren. All rights reserved.