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