类 SimpleMetadataReader
java.lang.Object
cn.taketoday.core.type.classreading.SimpleMetadataReader
- 所有已实现的接口:
MetadataReader
MetadataReader implementation based on an ASM
ClassReader.- 从以下版本开始:
- 4.0
- 作者:
- Juergen Hoeller, Costin Leau
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Read full annotation metadata for the underlying class, including metadata for annotated methods.Read basic class metadata for the underlying class.private static ClassReadergetClassReader(Resource resource) Return the resource reference for the class file.
-
字段详细资料
-
PARSING_OPTIONS
private static final int PARSING_OPTIONS- 另请参阅:
-
resource
-
annotationMetadata
-
-
构造器详细资料
-
SimpleMetadataReader
SimpleMetadataReader(Resource resource, @Nullable ClassLoader classLoader) throws IOException - 抛出:
IOException
-
-
方法详细资料
-
getClassReader
- 抛出:
IOException
-
getResource
从接口复制的说明:MetadataReaderReturn the resource reference for the class file.- 指定者:
getResource在接口中MetadataReader
-
getClassMetadata
从接口复制的说明:MetadataReaderRead basic class metadata for the underlying class.- 指定者:
getClassMetadata在接口中MetadataReader
-
getAnnotationMetadata
从接口复制的说明:MetadataReaderRead full annotation metadata for the underlying class, including metadata for annotated methods.- 指定者:
getAnnotationMetadata在接口中MetadataReader
-