Uses of Class
org.immutables.value.processor.meta.GsonMirrors.TypeAdapters
-
Packages that use GsonMirrors.TypeAdapters Package Description org.immutables.value.processor org.immutables.value.processor.meta -
-
Uses of GsonMirrors.TypeAdapters in org.immutables.value.processor
Fields in org.immutables.value.processor declared as GsonMirrors.TypeAdapters Modifier and Type Field Description private GsonMirrors.TypeAdaptersImmutableTypeAdapterTypes.Builder. mirrorprivate GsonMirrors.TypeAdaptersImmutableTypeAdapterTypes. mirrorMethods in org.immutables.value.processor that return GsonMirrors.TypeAdapters Modifier and Type Method Description GsonMirrors.TypeAdaptersGsons.TypeAdapterTypes. mirror()GsonMirrors.TypeAdaptersImmutableTypeAdapterTypes. mirror()Methods in org.immutables.value.processor with parameters of type GsonMirrors.TypeAdapters Modifier and Type Method Description ImmutableTypeAdapterTypes.BuilderImmutableTypeAdapterTypes.Builder. mirror(GsonMirrors.TypeAdapters mirror)Initializes the value for themirrorattribute.ImmutableTypeAdapterTypesImmutableTypeAdapterTypes. withMirror(GsonMirrors.TypeAdapters value)Copy the current immutable object by setting a value for themirrorattribute.Constructors in org.immutables.value.processor with parameters of type GsonMirrors.TypeAdapters Constructor Description ImmutableTypeAdapterTypes(Proto.AbstractDeclaring definedBy, java.lang.String packageGenerated, com.google.common.collect.ImmutableList<ValueType> types, GsonMirrors.TypeAdapters mirror) -
Uses of GsonMirrors.TypeAdapters in org.immutables.value.processor.meta
Methods in org.immutables.value.processor.meta that return GsonMirrors.TypeAdapters Modifier and Type Method Description GsonMirrors.TypeAdaptersValueType. gsonTypeAdapters()Should be called when it is known that there type adapters generation provided.
-