Uses of Class
io.airlift.bytecode.AnnotationDefinition
Packages that use AnnotationDefinition
-
Uses of AnnotationDefinition in io.airlift.bytecode
Methods in io.airlift.bytecode that return AnnotationDefinitionModifier and TypeMethodDescriptionClassDefinition.declareAnnotation(ParameterizedType type) ClassDefinition.declareAnnotation(Class<?> type) FieldDefinition.declareAnnotation(ParameterizedType type) FieldDefinition.declareAnnotation(Class<?> type) MethodDefinition.declareAnnotation(ParameterizedType type) MethodDefinition.declareAnnotation(Class<?> type) MethodDefinition.declareParameterAnnotation(ParameterizedType type, int parameterIndex) MethodDefinition.declareParameterAnnotation(Class<?> type, int parameterIndex) AnnotationDefinition.setValue(String name, AnnotationDefinition value) AnnotationDefinition.setValue(String name, ParameterizedType value) Methods in io.airlift.bytecode that return types with arguments of type AnnotationDefinitionModifier and TypeMethodDescriptionClassDefinition.getAnnotations()FieldDefinition.getAnnotations()MethodDefinition.getAnnotations()MethodDefinition.getParameterAnnotations(int index) Methods in io.airlift.bytecode with parameters of type AnnotationDefinitionModifier and TypeMethodDescriptionAnnotationDefinition.setValue(String name, AnnotationDefinition value) BytecodeVisitor.visitAnnotation(Object parent, AnnotationDefinition annotationDefinition) DumpBytecodeVisitor.visitAnnotation(Object parent, AnnotationDefinition annotationDefinition)