Uses of Class
org.immutables.value.processor.meta.ValueUmbrellaMirror
Packages that use ValueUmbrellaMirror
-
Uses of ValueUmbrellaMirror in org.immutables.value.processor.meta
Methods in org.immutables.value.processor.meta that return ValueUmbrellaMirrorModifier and TypeMethodDescriptionstatic ValueUmbrellaMirrorValueUmbrellaMirror.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 ValueUmbrellaMirrorModifier and TypeMethodDescriptionstatic com.google.common.base.Optional<ValueUmbrellaMirror> ValueUmbrellaMirror.find(Iterable<? extends AnnotationMirror> mirrors) Finds first annotation of this type in an iterable of annotation mirrors.static com.google.common.base.Optional<ValueUmbrellaMirror> Finds first annotation of this type on the element.static com.google.common.base.Optional<ValueUmbrellaMirror> ValueUmbrellaMirror.from(AnnotationMirror mirror) Tries to convert annotation mirror to this annotation type.static com.google.common.collect.ImmutableList<ValueUmbrellaMirror> ValueUmbrellaMirror.fromAll(Iterable<? extends AnnotationMirror> mirrors) Converts iterable of annotation mirrors where all annotation are of this type.