Uses of Class
org.immutables.value.processor.encode.EncElementMirror
Packages that use EncElementMirror
-
Uses of EncElementMirror in org.immutables.value.processor.encode
Fields in org.immutables.value.processor.encode declared as EncElementMirrorModifier and TypeFieldDescriptionprivate final EncElementMirror[]EncMetadataMirror.elementsMirrorMethods in org.immutables.value.processor.encode that return EncElementMirrorModifier and TypeMethodDescriptionEncMetadataMirror.elements()static EncElementMirrorEncElementMirror.from(TypeElement element) Creates mirror with default values using annotation element (i.e.EncMetadataMirror.ElementsExtractor.mirror()Methods in org.immutables.value.processor.encode that return types with arguments of type EncElementMirrorModifier and TypeMethodDescriptionstatic com.google.common.base.Optional<EncElementMirror> EncElementMirror.find(Iterable<? extends AnnotationMirror> mirrors) Finds first annotation of this type in an iterable of annotation mirrors.static com.google.common.base.Optional<EncElementMirror> Finds first annotation of this type on the element.static com.google.common.base.Optional<EncElementMirror> EncElementMirror.from(AnnotationMirror mirror) Tries to convert annotation mirror to this annotation type.static com.google.common.collect.ImmutableList<EncElementMirror> EncElementMirror.fromAll(Iterable<? extends AnnotationMirror> mirrors) Converts iterable of annotation mirrors where all annotation are of this type.