Uses of Class
org.immutables.value.processor.encode.BuilderMirror
Packages that use BuilderMirror
-
Uses of BuilderMirror in org.immutables.value.processor.encode
Methods in org.immutables.value.processor.encode that return BuilderMirrorModifier and TypeMethodDescriptionstatic BuilderMirrorBuilderMirror.from(TypeElement element) Creates mirror with default values using annotation element (i.e.Methods in org.immutables.value.processor.encode that return types with arguments of type BuilderMirrorModifier and TypeMethodDescriptionstatic com.google.common.base.Optional<BuilderMirror> BuilderMirror.find(Iterable<? extends AnnotationMirror> mirrors) Finds first annotation of this type in an iterable of annotation mirrors.static com.google.common.base.Optional<BuilderMirror> Finds first annotation of this type on the element.static com.google.common.base.Optional<BuilderMirror> BuilderMirror.from(AnnotationMirror mirror) Tries to convert annotation mirror to this annotation type.static com.google.common.collect.ImmutableList<BuilderMirror> BuilderMirror.fromAll(Iterable<? extends AnnotationMirror> mirrors) Converts iterable of annotation mirrors where all annotation are of this type.