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