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