Uses of Class
cloud.opencode.base.classloader.metadata.AnnotationMetadata
Packages that use AnnotationMetadata
-
Uses of AnnotationMetadata in cloud.opencode.base.classloader.metadata
Methods in cloud.opencode.base.classloader.metadata that return types with arguments of type AnnotationMetadataModifier and TypeMethodDescriptionClassMetadata.annotations()Get annotations 获取注解列表FieldMetadata.annotations()Get annotations 获取注解MethodMetadata.annotations()Get annotations 获取注解RecordComponentMetadata.annotations()Returns the value of theannotationsrecord component.ClassMetadata.getAnnotation(String annotationClassName) Get specified annotation 获取指定注解FieldMetadata.getAnnotation(String annotationClassName) Get specified annotation 获取指定注解MethodMetadata.getAnnotation(String annotationClassName) Get specified annotation 获取指定注解MethodMetadata.parameterAnnotations()Get parameter annotations 获取参数注解Method parameters in cloud.opencode.base.classloader.metadata with type arguments of type AnnotationMetadataModifier and TypeMethodDescriptionClassMetadata.Builder.annotations(List<AnnotationMetadata> annotations) Constructor parameters in cloud.opencode.base.classloader.metadata with type arguments of type AnnotationMetadataModifierConstructorDescriptionFieldMetadata(String fieldName, String fieldType, int modifiers, Object constantValue, List<AnnotationMetadata> annotations) Create field metadata 创建字段元数据FieldMetadata(String fieldName, String fieldType, int modifiers, Object constantValue, List<AnnotationMetadata> annotations, String genericType) Create field metadata with generic type information 创建带有泛型类型信息的字段元数据RecordComponentMetadata(String name, String type, String genericType, List<AnnotationMetadata> annotations) Compact constructor with defensive copying and null checks 紧凑构造器,进行防御性拷贝和空值校验