| Package | Description |
|---|---|
| com.google.auto.value.extension.serializable.serializer.impl | |
| com.google.auto.value.extension.serializable.serializer.interfaces |
| Modifier and Type | Method and Description |
|---|---|
static Serializer |
IdentitySerializerFactory.getSerializer(javax.lang.model.type.TypeMirror typeMirror)
Returns a
Serializer that leaves the type as is. |
Serializer |
SerializerFactoryImpl.getSerializer(javax.lang.model.type.TypeMirror typeMirror) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<Serializer> |
ImmutableMapSerializerExtension.getSerializer(javax.lang.model.type.TypeMirror typeMirror,
SerializerFactory factory,
javax.annotation.processing.ProcessingEnvironment processingEnv) |
java.util.Optional<Serializer> |
OptionalSerializerExtension.getSerializer(javax.lang.model.type.TypeMirror typeMirror,
SerializerFactory factory,
javax.annotation.processing.ProcessingEnvironment processingEnv)
Creates a
Serializer that supports Optional types. |
java.util.Optional<Serializer> |
ImmutableListSerializerExtension.getSerializer(javax.lang.model.type.TypeMirror typeMirror,
SerializerFactory factory,
javax.annotation.processing.ProcessingEnvironment processingEnv) |
| Modifier and Type | Method and Description |
|---|---|
Serializer |
SerializerFactory.getSerializer(javax.lang.model.type.TypeMirror type)
Returns a
Serializer for the given TypeMirror. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<Serializer> |
SerializerExtension.getSerializer(javax.lang.model.type.TypeMirror type,
SerializerFactory factory,
javax.annotation.processing.ProcessingEnvironment processingEnv)
|
Copyright © 2021 Google LLC. All Rights Reserved.