Class AutoConfigurationExcludeFilter
java.lang.Object
org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
- All Implemented Interfaces:
Aware,BeanClassLoaderAware,TypeFilter
public class AutoConfigurationExcludeFilter
extends Object
implements TypeFilter, BeanClassLoaderAware
A
TypeFilter implementation that matches registered auto-configuration classes.- Since:
- 1.5.0
- Author:
- Stephane Nicoll, Scott Frederick
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(MetadataReader metadataReader, MetadataReaderFactory metadataReaderFactory) voidsetBeanClassLoader(ClassLoader beanClassLoader)
-
Constructor Details
-
AutoConfigurationExcludeFilter
public AutoConfigurationExcludeFilter()
-
-
Method Details
-
setBeanClassLoader
- Specified by:
setBeanClassLoaderin interfaceBeanClassLoaderAware
-
match
public boolean match(MetadataReader metadataReader, MetadataReaderFactory metadataReaderFactory) throws IOException - Specified by:
matchin interfaceTypeFilter- Throws:
IOException
-
getAutoConfigurations
-