Class AnnotationMetadataAdapter
java.lang.Object
org.springframework.integration.config.annotation.AnnotationMetadataAdapter
- All Implemented Interfaces:
org.springframework.core.type.AnnotatedTypeMetadata,org.springframework.core.type.AnnotationMetadata,org.springframework.core.type.ClassMetadata
public abstract class AnnotationMetadataAdapter
extends Object
implements org.springframework.core.type.AnnotationMetadata
An
AnnotationMetadata implementation to expose a metadata
by the provided Map of attributes.- Since:
- 5.2
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.type.AnnotatedTypeMetadata
getAllAnnotationAttributes, getAllAnnotationAttributes, getAnnotationAttributes, getAnnotationAttributes, isAnnotatedMethods inherited from interface org.springframework.core.type.AnnotationMetadata
getAnnotationTypes, getDeclaredMethods, getMetaAnnotationTypes, hasAnnotatedMethods, hasAnnotation, hasMetaAnnotationMethods inherited from interface org.springframework.core.type.ClassMetadata
hasEnclosingClass, hasSuperClass, isConcrete
-
Constructor Details
-
AnnotationMetadataAdapter
public AnnotationMetadataAdapter()
-
-
Method Details
-
getAnnotatedMethods
- Specified by:
getAnnotatedMethodsin interfaceorg.springframework.core.type.AnnotationMetadata
-
getAnnotations
public org.springframework.core.annotation.MergedAnnotations getAnnotations()- Specified by:
getAnnotationsin interfaceorg.springframework.core.type.AnnotatedTypeMetadata
-
getClassName
- Specified by:
getClassNamein interfaceorg.springframework.core.type.ClassMetadata
-
isInterface
public boolean isInterface()- Specified by:
isInterfacein interfaceorg.springframework.core.type.ClassMetadata
-
isAnnotation
public boolean isAnnotation()- Specified by:
isAnnotationin interfaceorg.springframework.core.type.ClassMetadata
-
isAbstract
public boolean isAbstract()- Specified by:
isAbstractin interfaceorg.springframework.core.type.ClassMetadata
-
isFinal
public boolean isFinal()- Specified by:
isFinalin interfaceorg.springframework.core.type.ClassMetadata
-
isIndependent
public boolean isIndependent()- Specified by:
isIndependentin interfaceorg.springframework.core.type.ClassMetadata
-
getEnclosingClassName
- Specified by:
getEnclosingClassNamein interfaceorg.springframework.core.type.ClassMetadata
-
getSuperClassName
- Specified by:
getSuperClassNamein interfaceorg.springframework.core.type.ClassMetadata
-
getInterfaceNames
- Specified by:
getInterfaceNamesin interfaceorg.springframework.core.type.ClassMetadata
-
getMemberClassNames
- Specified by:
getMemberClassNamesin interfaceorg.springframework.core.type.ClassMetadata
-