Uses of Class
org.immutables.value.processor.meta.InjectAnnotationMirror
-
Packages that use InjectAnnotationMirror Package Description org.immutables.value.processor.meta -
-
Uses of InjectAnnotationMirror in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta declared as InjectAnnotationMirror Modifier and Type Field Description private InjectAnnotationMirror[]InjectManyAnnotationsMirror. valueMirrorMethods in org.immutables.value.processor.meta that return InjectAnnotationMirror Modifier and Type Method Description static InjectAnnotationMirrorInjectAnnotationMirror. from(javax.lang.model.element.TypeElement element)Creates mirror with default values using annotation element (i.e.InjectAnnotationMirror[]InjectManyAnnotationsMirror.ValueExtractor. mirror()InjectAnnotationMirror[]InjectManyAnnotationsMirror. value()Methods in org.immutables.value.processor.meta that return types with arguments of type InjectAnnotationMirror Modifier and Type Method Description static com.google.common.base.Optional<InjectAnnotationMirror>InjectAnnotationMirror. find(java.lang.Iterable<? extends javax.lang.model.element.AnnotationMirror> mirrors)Finds first annotation of this type in an iterable of annotation mirrors.static com.google.common.base.Optional<InjectAnnotationMirror>InjectAnnotationMirror. find(javax.lang.model.element.Element element)Finds first annotation of this type on the element.static com.google.common.base.Optional<InjectAnnotationMirror>InjectAnnotationMirror. from(javax.lang.model.element.AnnotationMirror mirror)Tries to convert annotation mirror to this annotation type.static com.google.common.collect.ImmutableList<InjectAnnotationMirror>InjectAnnotationMirror. fromAll(java.lang.Iterable<? extends javax.lang.model.element.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 InjectAnnotationMirror Modifier and Type Method Description AnnotationInjections.InjectionInfoProto.ToInjectionInfo. apply(InjectAnnotationMirror input)static AnnotationInjections.InjectionInfoAnnotationInjections. infoFrom(InjectAnnotationMirror mirror)
-