Java org.springframework.core.type.filter AnnotationTypeFilter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core.type.filter AnnotationTypeFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.core.type.filter AnnotationTypeFilter.

The text is from its open source code.

Constructor

AnnotationTypeFilter(Class annotationType)
Create a new AnnotationTypeFilter for the given annotation type.
AnnotationTypeFilter(Class annotationType, boolean considerMetaAnnotations)
Create a new AnnotationTypeFilter for the given annotation type.

Method

ClassgetAnnotationType()
Return the Annotation that this instance is using to filter candidates.
booleanmatch(MetadataReader metadataReader, MetadataReaderFactory metadataReaderFactory)