spring-framework / org.springframework.core.type.classreading

Package org.springframework.core.type.classreading

Types

AnnotationMetadataReadingVisitor

open class AnnotationMetadataReadingVisitor : ClassMetadataReadingVisitor, AnnotationMetadata

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 org.springframework.core.type.AnnotationMetadata interface.

MethodMetadataReadingVisitor

open class MethodMetadataReadingVisitor : MethodVisitor, MethodMetadata

ASM method visitor which looks for the annotations defined on a method, exposing them through the org.springframework.core.type.MethodMetadata interface.

SimpleMetadataReaderFactory

open class SimpleMetadataReaderFactory : MetadataReaderFactory

Simple implementation of the MetadataReaderFactory interface, creating a new ASM org.springframework.asm.ClassReader for every request.