Uses of Class
org.immutables.value.processor.meta.SwitchMirror
-
Packages that use SwitchMirror Package Description org.immutables.value.processor.meta -
-
Uses of SwitchMirror in org.immutables.value.processor.meta
Methods in org.immutables.value.processor.meta that return SwitchMirror Modifier and Type Method Description static SwitchMirrorSwitchMirror. 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 SwitchMirror Modifier and Type Method Description static com.google.common.base.Optional<SwitchMirror>SwitchMirror. 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<SwitchMirror>SwitchMirror. find(javax.lang.model.element.Element element)Finds first annotation of this type on the element.static com.google.common.base.Optional<SwitchMirror>SwitchMirror. from(javax.lang.model.element.AnnotationMirror mirror)Tries to convert annotation mirror to this annotation type.static com.google.common.collect.ImmutableList<SwitchMirror>SwitchMirror. fromAll(java.lang.Iterable<? extends javax.lang.model.element.AnnotationMirror> mirrors)Converts iterable of annotation mirrors where all annotation are of this type.Constructors in org.immutables.value.processor.meta with parameters of type SwitchMirror Constructor Description SwitcherModel(SwitchMirror mirror, Styles.UsingName.AttributeNames names, javax.lang.model.element.TypeElement containedTypeElement)
-