public final class SerializerFactoryImpl extends java.lang.Object implements SerializerFactory
SerializerFactory.| Constructor and Description |
|---|
SerializerFactoryImpl(com.google.common.collect.ImmutableList<SerializerExtension> extensions,
javax.annotation.processing.ProcessingEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
Serializer |
getSerializer(javax.lang.model.type.TypeMirror typeMirror)
Returns a
Serializer for the given TypeMirror. |
public SerializerFactoryImpl(com.google.common.collect.ImmutableList<SerializerExtension> extensions, javax.annotation.processing.ProcessingEnvironment env)
public Serializer getSerializer(javax.lang.model.type.TypeMirror typeMirror)
SerializerFactorySerializer for the given TypeMirror.getSerializer in interface SerializerFactoryCopyright © 2021 Google LLC. All Rights Reserved.