See: Description
Interface | Description |
---|---|
MetadataReader |
Simple facade for accessing class metadata,
as read by an ASM
ClassReader . |
MetadataReaderFactory |
Factory interface for
MetadataReader instances. |
Class | Description |
---|---|
AnnotationMetadataReadingVisitor |
ASM class visitor which looks for the class name and implemented types as
well as for the annotations defined on the class, exposing them through
the
AnnotationMetadata interface. |
CachingMetadataReaderFactory |
Caching implementation of the
MetadataReaderFactory interface,
caching MetadataReader per Spring Resource handle
(i.e. |
MethodMetadataReadingVisitor |
ASM method visitor which looks for the annotations defined on a method,
exposing them through the
MethodMetadata
interface. |
SimpleMetadataReaderFactory |
Simple implementation of the
MetadataReaderFactory interface,
creating a new ASM ClassReader for every request. |