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

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

Introduction

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

The text is from its open source code.

Constructor

StandardAnnotationMetadata(Class introspectedClass)
Create a new StandardAnnotationMetadata wrapper for the given Class.
StandardAnnotationMetadata(Class introspectedClass, boolean nestedAnnotationsAsMap)
Create a new StandardAnnotationMetadata wrapper for the given Class, providing the option to return any nested annotations or annotation arrays in the form of org.springframework.core.annotation.AnnotationAttributes instead of actual Annotation instances.

Method

MapgetAnnotationAttributes(String annotationName)
Retrieve the attributes of the annotation of the given type, if any (i.e.