Uses of Class
org.immutables.value.processor.meta.TreesIncludeMirror
-
Packages that use TreesIncludeMirror Package Description org.immutables.value.processor.meta -
-
Uses of TreesIncludeMirror in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta with type parameters of type TreesIncludeMirror Modifier and Type Field Description private com.google.common.base.Optional<TreesIncludeMirror>ImmutableProto.DeclaringType. treesIncludeMethods in org.immutables.value.processor.meta that return TreesIncludeMirror Modifier and Type Method Description static TreesIncludeMirrorTreesIncludeMirror. from(javax.lang.model.element.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 TreesIncludeMirror Modifier and Type Method Description static com.google.common.base.Optional<TreesIncludeMirror>TreesIncludeMirror. find(java.lang.Iterable<? extends javax.lang.model.element.AnnotationMirror> mirrors)Finds first annotation of this type in an iterable of annotation mirrors.static com.google.common.base.Optional<TreesIncludeMirror>TreesIncludeMirror. find(javax.lang.model.element.Element element)Finds first annotation of this type on the element.static com.google.common.base.Optional<TreesIncludeMirror>TreesIncludeMirror. from(javax.lang.model.element.AnnotationMirror mirror)Tries to convert annotation mirror to this annotation type.static com.google.common.collect.ImmutableList<TreesIncludeMirror>TreesIncludeMirror. fromAll(java.lang.Iterable<? extends javax.lang.model.element.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 Modifier and Type Method Description private java.util.List<javax.lang.model.element.Element>ValueType. includedElements(TreesIncludeMirror include)
-