Uses of Class
com.strobel.reflection.emit.AnnotationBuilder
Packages that use AnnotationBuilder
-
Uses of AnnotationBuilder in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit with type parameters of type AnnotationBuilderModifier and TypeFieldDescriptionprivate Map
<Class<? extends Annotation>, AnnotationBuilder<? extends Annotation>> TypeBuilder._annotationMap
private ReadOnlyList
<AnnotationBuilder<? extends Annotation>> FieldBuilder._annotations
private ReadOnlyList
<AnnotationBuilder<? extends Annotation>> MethodBuilder._annotations
private ReadOnlyList
<AnnotationBuilder<? extends Annotation>> ParameterBuilder._annotations
private ReadOnlyList
<AnnotationBuilder<? extends Annotation>> TypeBuilder._annotations
Methods in com.strobel.reflection.emit that return AnnotationBuilderModifier and TypeMethodDescriptionstatic <A extends Annotation>
AnnotationBuilder<A> static <A extends Annotation>
AnnotationBuilder<A> AnnotationBuilder.create
(Type<A> annotationType, MethodList properties, ReadOnlyList<Object> values) static <A extends Annotation>
AnnotationBuilder<A> Methods in com.strobel.reflection.emit that return types with arguments of type AnnotationBuilderModifier and TypeMethodDescriptionReadOnlyList
<AnnotationBuilder<? extends Annotation>> ConstructorBuilder.getCustomAnnotations()
ReadOnlyList
<AnnotationBuilder<? extends Annotation>> FieldBuilder.getCustomAnnotations()
ReadOnlyList
<AnnotationBuilder<? extends Annotation>> MethodBuilder.getCustomAnnotations()
ReadOnlyList
<AnnotationBuilder<? extends Annotation>> ParameterBuilder.getCustomAnnotations()
ReadOnlyList
<AnnotationBuilder<? extends Annotation>> TypeBuilder.getCustomAnnotations()
Methods in com.strobel.reflection.emit with parameters of type AnnotationBuilderModifier and TypeMethodDescriptionvoid
ConstructorBuilder.addCustomAnnotation
(AnnotationBuilder<? extends Annotation> annotation) <A extends Annotation>
voidFieldBuilder.addCustomAnnotation
(AnnotationBuilder<A> annotation) <A extends Annotation>
voidMethodBuilder.addCustomAnnotation
(AnnotationBuilder<A> annotation) void
ParameterBuilder.addCustomAnnotation
(AnnotationBuilder<? extends Annotation> annotation) void
TypeBuilder.addCustomAnnotation
(AnnotationBuilder<? extends Annotation> annotation) private RetentionPolicy
ClassWriter.getAnnotationRetention
(AnnotationBuilder<? extends Annotation> a) private void
ClassWriter.writeAnnotation
(AnnotationBuilder<? extends Annotation> a) Method parameters in com.strobel.reflection.emit with type arguments of type AnnotationBuilderModifier and TypeMethodDescriptionprivate int
ClassWriter.writeJavaAnnotations
(ReadOnlyList<AnnotationBuilder<? extends Annotation>> annotations)