public interface SerializerFactory
Serializer for any given TypeMirror.
Defaults to an identity serializer if no SerializerExtensions are suitable.
| Modifier and Type | Method and Description |
|---|---|
Serializer |
getSerializer(javax.lang.model.type.TypeMirror type)
Returns a
Serializer for the given TypeMirror. |
Serializer getSerializer(javax.lang.model.type.TypeMirror type)
Serializer for the given TypeMirror.Copyright © 2020 Google LLC. All Rights Reserved.