Uses of Class
org.immutables.value.processor.meta.ImmutableMirror
-
Packages that use ImmutableMirror Package Description org.immutables.value.processor.meta -
-
Uses of ImmutableMirror in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta declared as ImmutableMirror Modifier and Type Field Description private ImmutableMirrorStyleMirror. defaultsMirrorMethods in org.immutables.value.processor.meta that return ImmutableMirror Modifier and Type Method Description ImmutableMirrorStyleMirror. defaults()static ImmutableMirrorImmutableMirror. from(javax.lang.model.element.TypeElement element)Creates mirror with default values using annotation element (i.e.ImmutableMirrorStyleMirror.DefaultsExtractor. mirror()Methods in org.immutables.value.processor.meta that return types with arguments of type ImmutableMirror Modifier and Type Method Description static com.google.common.base.Optional<ImmutableMirror>ImmutableMirror. 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<ImmutableMirror>ImmutableMirror. find(javax.lang.model.element.Element element)Finds first annotation of this type on the element.static com.google.common.base.Optional<ImmutableMirror>ImmutableMirror. from(javax.lang.model.element.AnnotationMirror mirror)Tries to convert annotation mirror to this annotation type.static com.google.common.collect.ImmutableList<ImmutableMirror>ImmutableMirror. 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 ImmutableMirror Modifier and Type Method Description ValueImmutableInfoProto.ToImmutableInfo. apply(ImmutableMirror input)(package private) static ImmutableValueImmutableInfoValueImmutableInfo. infoFrom(ImmutableMirror input)
-