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._annotationMapprivate ReadOnlyList<AnnotationBuilder<? extends Annotation>> FieldBuilder._annotationsprivate ReadOnlyList<AnnotationBuilder<? extends Annotation>> MethodBuilder._annotationsprivate ReadOnlyList<AnnotationBuilder<? extends Annotation>> ParameterBuilder._annotationsprivate ReadOnlyList<AnnotationBuilder<? extends Annotation>> TypeBuilder._annotationsMethods 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 TypeMethodDescriptionvoidConstructorBuilder.addCustomAnnotation(AnnotationBuilder<? extends Annotation> annotation) <A extends Annotation>
voidFieldBuilder.addCustomAnnotation(AnnotationBuilder<A> annotation) <A extends Annotation>
voidMethodBuilder.addCustomAnnotation(AnnotationBuilder<A> annotation) voidParameterBuilder.addCustomAnnotation(AnnotationBuilder<? extends Annotation> annotation) voidTypeBuilder.addCustomAnnotation(AnnotationBuilder<? extends Annotation> annotation) private RetentionPolicyClassWriter.getAnnotationRetention(AnnotationBuilder<? extends Annotation> a) private voidClassWriter.writeAnnotation(AnnotationBuilder<? extends Annotation> a) Method parameters in com.strobel.reflection.emit with type arguments of type AnnotationBuilderModifier and TypeMethodDescriptionprivate intClassWriter.writeJavaAnnotations(ReadOnlyList<AnnotationBuilder<? extends Annotation>> annotations)