Uses of Class
org.immutables.value.processor.meta.TypeAdaptersMirror
Packages that use TypeAdaptersMirror
-
Uses of TypeAdaptersMirror in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta declared as TypeAdaptersMirrorModifier and TypeFieldDescriptionprivate TypeAdaptersMirrorImmutableProto.Environment.defaultTypeAdaptersFields in org.immutables.value.processor.meta with type parameters of type TypeAdaptersMirrorModifier and TypeFieldDescriptionprivate com.google.common.base.Optional<TypeAdaptersMirror> ImmutableProto.Protoclass.gsonTypeAdaptersprivate com.google.common.base.Optional<TypeAdaptersMirror> ImmutableProto.DeclaringPackage.typeAdaptersprivate com.google.common.base.Optional<TypeAdaptersMirror> ImmutableProto.DeclaringType.typeAdaptersMethods in org.immutables.value.processor.meta that return TypeAdaptersMirrorModifier and TypeMethodDescription(package private) TypeAdaptersMirrorImmutableProto.Environment.defaultTypeAdapters()Default type adapters should only be called ifGson.TypeAdaptersannotation is definitely in classpath.(package private) TypeAdaptersMirrorProto.Environment.defaultTypeAdapters()Default type adapters should only be called ifGson.TypeAdaptersannotation is definitely in classpath.static TypeAdaptersMirrorTypeAdaptersMirror.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 TypeAdaptersMirrorModifier and TypeMethodDescriptionstatic com.google.common.base.Optional<TypeAdaptersMirror> TypeAdaptersMirror.find(Iterable<? extends AnnotationMirror> mirrors) Finds first annotation of this type in an iterable of annotation mirrors.static com.google.common.base.Optional<TypeAdaptersMirror> Finds first annotation of this type on the element.static com.google.common.base.Optional<TypeAdaptersMirror> TypeAdaptersMirror.from(AnnotationMirror mirror) Tries to convert annotation mirror to this annotation type.static com.google.common.collect.ImmutableList<TypeAdaptersMirror> TypeAdaptersMirror.fromAll(Iterable<? extends AnnotationMirror> mirrors) Converts iterable of annotation mirrors where all annotation are of this type.com.google.common.base.Optional<TypeAdaptersMirror> ImmutableProto.Protoclass.gsonTypeAdapters()com.google.common.base.Optional<TypeAdaptersMirror> Proto.Protoclass.gsonTypeAdapters()com.google.common.base.Optional<TypeAdaptersMirror> ImmutableProto.DeclaringPackage.typeAdapters()com.google.common.base.Optional<TypeAdaptersMirror> ImmutableProto.DeclaringType.typeAdapters()com.google.common.base.Optional<TypeAdaptersMirror> Proto.AbstractDeclaring.typeAdapters()