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