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