Uses of Class
org.immutables.value.processor.meta.SwitchMirror
Packages that use SwitchMirror
-
Uses of SwitchMirror in org.immutables.value.processor.meta
Methods in org.immutables.value.processor.meta that return SwitchMirrorModifier and TypeMethodDescriptionstatic SwitchMirrorSwitchMirror.from(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 SwitchMirrorModifier and TypeMethodDescriptionstatic com.google.common.base.Optional<SwitchMirror> SwitchMirror.find(Iterable<? extends AnnotationMirror> mirrors) Finds first annotation of this type in an iterable of annotation mirrors.static com.google.common.base.Optional<SwitchMirror> Finds first annotation of this type on the element.static com.google.common.base.Optional<SwitchMirror> SwitchMirror.from(AnnotationMirror mirror) Tries to convert annotation mirror to this annotation type.static com.google.common.collect.ImmutableList<SwitchMirror> SwitchMirror.fromAll(Iterable<? extends 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 SwitchMirrorModifierConstructorDescription(package private)SwitcherModel(SwitchMirror mirror, Styles.UsingName.AttributeNames names, TypeElement containedTypeElement)