Class PluginAutoConfigurationImportSelector
java.lang.Object
org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
eu.rarogsoftware.rarog.platform.plugins.autoconfigure.PluginAutoConfigurationImportSelector
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.context.annotation.DeferredImportSelector,org.springframework.context.annotation.ImportSelector,org.springframework.context.EnvironmentAware,org.springframework.context.ResourceLoaderAware,org.springframework.core.Ordered
public class PluginAutoConfigurationImportSelector
extends org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.AutoConfigurationEntryNested classes/interfaces inherited from interface org.springframework.context.annotation.DeferredImportSelector
org.springframework.context.annotation.DeferredImportSelector.Group -
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<?>getCandidateConfigurations(org.springframework.core.type.AnnotationMetadata metadata, org.springframework.core.annotation.AnnotationAttributes attributes) protected booleanisEnabled(org.springframework.core.type.AnnotationMetadata metadata) Methods inherited from class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
asList, getAttributes, getAutoConfigurationEntry, getAutoConfigurationImportFilters, getAutoConfigurationImportListeners, getBeanClassLoader, getBeanFactory, getEnvironment, getExclusionFilter, getExclusions, getImportGroup, getOrder, getResourceLoader, handleInvalidExcludes, removeDuplicates, selectImports, setBeanClassLoader, setBeanFactory, setEnvironment, setResourceLoader
-
Constructor Details
-
PluginAutoConfigurationImportSelector
public PluginAutoConfigurationImportSelector()
-
-
Method Details
-
isEnabled
protected boolean isEnabled(org.springframework.core.type.AnnotationMetadata metadata) - Overrides:
isEnabledin classorg.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
getAnnotationClass
- Overrides:
getAnnotationClassin classorg.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
getCandidateConfigurations
protected List<String> getCandidateConfigurations(org.springframework.core.type.AnnotationMetadata metadata, org.springframework.core.annotation.AnnotationAttributes attributes) - Overrides:
getCandidateConfigurationsin classorg.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
getExcludeAutoConfigurationsProperty
- Overrides:
getExcludeAutoConfigurationsPropertyin classorg.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-