Uses of Class
org.immutables.value.processor.meta.InjectAnnotationMirror
Packages that use InjectAnnotationMirror
-
Uses of InjectAnnotationMirror in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta declared as InjectAnnotationMirrorModifier and TypeFieldDescriptionprivate final InjectAnnotationMirror[]InjectManyAnnotationsMirror.valueMirrorMethods in org.immutables.value.processor.meta that return InjectAnnotationMirrorModifier and TypeMethodDescriptionstatic InjectAnnotationMirrorInjectAnnotationMirror.from(TypeElement element) Creates mirror with default values using annotation element (i.e.InjectManyAnnotationsMirror.ValueExtractor.mirror()InjectManyAnnotationsMirror.value()Methods in org.immutables.value.processor.meta that return types with arguments of type InjectAnnotationMirrorModifier and TypeMethodDescriptionstatic com.google.common.base.Optional<InjectAnnotationMirror> InjectAnnotationMirror.find(Iterable<? extends AnnotationMirror> mirrors) Finds first annotation of this type in an iterable of annotation mirrors.static com.google.common.base.Optional<InjectAnnotationMirror> Finds first annotation of this type on the element.static com.google.common.base.Optional<InjectAnnotationMirror> InjectAnnotationMirror.from(AnnotationMirror mirror) Tries to convert annotation mirror to this annotation type.static com.google.common.collect.ImmutableList<InjectAnnotationMirror> InjectAnnotationMirror.fromAll(Iterable<? extends AnnotationMirror> mirrors) Converts iterable of annotation mirrors where all annotation are of this type.Methods in org.immutables.value.processor.meta with parameters of type InjectAnnotationMirrorModifier and TypeMethodDescriptionProto.ToInjectionInfo.apply(InjectAnnotationMirror input) AnnotationInjections.infoFrom(InjectAnnotationMirror mirror)