Class AnnotationMetadataAdapter
java.lang.Object
org.springframework.integration.config.annotation.AnnotationMetadataAdapter
- All Implemented Interfaces:
- AnnotatedTypeMetadata,- AnnotationMetadata,- ClassMetadata
An 
AnnotationMetadata implementation to expose a metadata
 by the provided Map of attributes.- Since:
- 5.2
- Author:
- Artem Bilan
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetAnnotatedMethods(String annotationName) String[]String[]booleanbooleanbooleanisFinal()booleanbooleanMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.type.AnnotatedTypeMetadatagetAllAnnotationAttributes, getAllAnnotationAttributes, getAnnotationAttributes, getAnnotationAttributes, getMergedRepeatableAnnotationAttributes, getMergedRepeatableAnnotationAttributes, getMergedRepeatableAnnotationAttributes, isAnnotatedMethods inherited from interface org.springframework.core.type.AnnotationMetadatagetAnnotationTypes, getDeclaredMethods, getMetaAnnotationTypes, hasAnnotatedMethods, hasAnnotation, hasMetaAnnotationMethods inherited from interface org.springframework.core.type.ClassMetadatahasEnclosingClass, hasSuperClass, isConcrete
- 
Constructor Details- 
AnnotationMetadataAdapterpublic AnnotationMetadataAdapter()
 
- 
- 
Method Details- 
getAnnotatedMethods- Specified by:
- getAnnotatedMethodsin interface- AnnotationMetadata
 
- 
getAnnotations- Specified by:
- getAnnotationsin interface- AnnotatedTypeMetadata
 
- 
getClassName- Specified by:
- getClassNamein interface- ClassMetadata
 
- 
isInterfacepublic boolean isInterface()- Specified by:
- isInterfacein interface- ClassMetadata
 
- 
isAnnotationpublic boolean isAnnotation()- Specified by:
- isAnnotationin interface- ClassMetadata
 
- 
isAbstractpublic boolean isAbstract()- Specified by:
- isAbstractin interface- ClassMetadata
 
- 
isFinalpublic boolean isFinal()- Specified by:
- isFinalin interface- ClassMetadata
 
- 
isIndependentpublic boolean isIndependent()- Specified by:
- isIndependentin interface- ClassMetadata
 
- 
getEnclosingClassName- Specified by:
- getEnclosingClassNamein interface- ClassMetadata
 
- 
getSuperClassName- Specified by:
- getSuperClassNamein interface- ClassMetadata
 
- 
getInterfaceNames- Specified by:
- getInterfaceNamesin interface- ClassMetadata
 
- 
getMemberClassNames- Specified by:
- getMemberClassNamesin interface- ClassMetadata
 
 
-