Uses of Class
org.immutables.value.processor.meta.Proto.AbstractDeclaring
-
Packages that use Proto.AbstractDeclaring Package Description org.immutables.value.processor org.immutables.value.processor.meta -
-
Uses of Proto.AbstractDeclaring in org.immutables.value.processor
Fields in org.immutables.value.processor declared as Proto.AbstractDeclaring Modifier and Type Field Description private Proto.AbstractDeclaringImmutableDatatypeTypes.Builder. definedByprivate Proto.AbstractDeclaringImmutableDatatypeTypes. definedByprivate Proto.AbstractDeclaringImmutableOkTypeAdapterTypes.Builder. definedByprivate Proto.AbstractDeclaringImmutableOkTypeAdapterTypes. definedByprivate Proto.AbstractDeclaringImmutableTypeAdapterTypes.Builder. definedByprivate Proto.AbstractDeclaringImmutableTypeAdapterTypes. definedByMethods in org.immutables.value.processor that return Proto.AbstractDeclaring Modifier and Type Method Description (package private) abstract Proto.AbstractDeclaringDatatypes.DatatypeTypes. definedBy()Proto.AbstractDeclaringGsons.TypeAdapterTypes. definedBy()(package private) Proto.AbstractDeclaringImmutableDatatypeTypes. definedBy()(package private) Proto.AbstractDeclaringImmutableOkTypeAdapterTypes. definedBy()Proto.AbstractDeclaringImmutableTypeAdapterTypes. definedBy()(package private) abstract Proto.AbstractDeclaringOkJsons.OkTypeAdapterTypes. definedBy()Methods in org.immutables.value.processor with parameters of type Proto.AbstractDeclaring Modifier and Type Method Description private voidOkJsons.EnumAllDefinitions. addEnumDefintions(Proto.AbstractDeclaring declaring, ValueAttribute v, OkJsons.ConvertionDirection direction)ImmutableDatatypeTypes.BuilderImmutableDatatypeTypes.Builder. definedBy(Proto.AbstractDeclaring definedBy)Initializes the value for thedefinedByattribute.ImmutableOkTypeAdapterTypes.BuilderImmutableOkTypeAdapterTypes.Builder. definedBy(Proto.AbstractDeclaring definedBy)Initializes the value for thedefinedByattribute.ImmutableTypeAdapterTypes.BuilderImmutableTypeAdapterTypes.Builder. definedBy(Proto.AbstractDeclaring definedBy)Initializes the value for thedefinedByattribute.private booleanOkJsons.EnumAllDefinitions. inDefinitionCoveredByAdapter(Proto.AbstractDeclaring declaring, java.lang.String qualified)ImmutableDatatypeTypesImmutableDatatypeTypes. withDefinedBy(Proto.AbstractDeclaring value)Copy the current immutable object by setting a value for thedefinedByattribute.ImmutableOkTypeAdapterTypesImmutableOkTypeAdapterTypes. withDefinedBy(Proto.AbstractDeclaring value)Copy the current immutable object by setting a value for thedefinedByattribute.ImmutableTypeAdapterTypesImmutableTypeAdapterTypes. withDefinedBy(Proto.AbstractDeclaring value)Copy the current immutable object by setting a value for thedefinedByattribute.Constructors in org.immutables.value.processor with parameters of type Proto.AbstractDeclaring Constructor Description EnumAllDefinitions(java.util.List<ValueType> types, Proto.AbstractDeclaring declaring)ImmutableDatatypeTypes(Proto.AbstractDeclaring definedBy, java.lang.String packageGenerated, com.google.common.collect.ImmutableList<ValueType> types)ImmutableOkTypeAdapterTypes(Proto.AbstractDeclaring definedBy, java.lang.String packageGenerated, com.google.common.collect.ImmutableList<ValueType> types)ImmutableTypeAdapterTypes(Proto.AbstractDeclaring definedBy, java.lang.String packageGenerated, com.google.common.collect.ImmutableList<ValueType> types, GsonMirrors.TypeAdapters mirror) -
Uses of Proto.AbstractDeclaring in org.immutables.value.processor.meta
Subclasses of Proto.AbstractDeclaring in org.immutables.value.processor.meta Modifier and Type Class Description static classImmutableProto.DeclaringPackageImmutable implementation ofProto.DeclaringPackage.static classImmutableProto.DeclaringTypeImmutable implementation ofProto.DeclaringType.static classProto.DeclaringPackagestatic classProto.DeclaringTypeFields in org.immutables.value.processor.meta with type parameters of type Proto.AbstractDeclaring Modifier and Type Field Description private com.google.common.base.Optional<Proto.AbstractDeclaring>ImmutableProto.Protoclass. datatypeProviderprivate com.google.common.base.Optional<Proto.AbstractDeclaring>ImmutableProto.Protoclass. okTypeAdaptersProviderprivate com.google.common.base.Optional<Proto.AbstractDeclaring>ImmutableProto.Protoclass. typeAdaptersProviderMethods in org.immutables.value.processor.meta that return types with arguments of type Proto.AbstractDeclaring Modifier and Type Method Description com.google.common.base.Optional<Proto.AbstractDeclaring>ImmutableProto.Protoclass. datatypeProvider()com.google.common.base.Optional<Proto.AbstractDeclaring>Proto.Protoclass. datatypeProvider()com.google.common.base.Optional<Proto.AbstractDeclaring>ImmutableProto.Protoclass. okTypeAdaptersProvider()com.google.common.base.Optional<Proto.AbstractDeclaring>Proto.Protoclass. okTypeAdaptersProvider()com.google.common.base.Optional<Proto.AbstractDeclaring>ImmutableProto.Protoclass. typeAdaptersProvider()com.google.common.base.Optional<Proto.AbstractDeclaring>Proto.Protoclass. typeAdaptersProvider()
-