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