Class ModuleTypeExcludeFilter
java.lang.Object
org.springframework.boot.context.TypeExcludeFilter
org.springframework.modulith.test.ModuleTypeExcludeFilter
- All Implemented Interfaces:
Aware,BeanFactoryAware,TypeFilter
- Author:
- Oliver Drotbohm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanmatch(MetadataReader metadataReader, MetadataReaderFactory metadataReaderFactory) Methods inherited from class org.springframework.boot.context.TypeExcludeFilter
setBeanFactory
-
Constructor Details
-
ModuleTypeExcludeFilter
-
-
Method Details
-
match
public boolean match(MetadataReader metadataReader, MetadataReaderFactory metadataReaderFactory) throws IOException - Specified by:
matchin interfaceTypeFilter- Overrides:
matchin classTypeExcludeFilter- Throws:
IOException
-
equals
- Overrides:
equalsin classTypeExcludeFilter
-
hashCode
public int hashCode()- Overrides:
hashCodein classTypeExcludeFilter
-