Uses of Class
org.immutables.value.processor.meta.TransformMirror
Packages that use TransformMirror
-
Uses of TransformMirror in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta with type parameters of type TransformMirrorModifier and TypeFieldDescriptionprivate com.google.common.base.Optional<TransformMirror> ImmutableProto.DeclaringType.transformMethods in org.immutables.value.processor.meta that return TransformMirrorModifier and TypeMethodDescriptionstatic TransformMirrorTransformMirror.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 TransformMirrorModifier and TypeMethodDescriptionstatic com.google.common.base.Optional<TransformMirror> TransformMirror.find(Iterable<? extends AnnotationMirror> mirrors) Finds first annotation of this type in an iterable of annotation mirrors.static com.google.common.base.Optional<TransformMirror> Finds first annotation of this type on the element.static com.google.common.base.Optional<TransformMirror> TransformMirror.from(AnnotationMirror mirror) Tries to convert annotation mirror to this annotation type.static com.google.common.collect.ImmutableList<TransformMirror> TransformMirror.fromAll(Iterable<? extends AnnotationMirror> mirrors) Converts iterable of annotation mirrors where all annotation are of this type.com.google.common.base.Optional<TransformMirror> ImmutableProto.DeclaringType.getTransform()com.google.common.base.Optional<TransformMirror> Proto.DeclaringType.getTransform()com.google.common.base.Optional<TransformMirror> Proto.Protoclass.getTransform()