Class GwtSerialization.GwtTemplateVars
java.lang.Object
com.google.auto.value.processor.TemplateVars
com.google.auto.value.processor.GwtSerialization.GwtTemplateVars
- Enclosing class:
GwtSerialization
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) StringThe generic signature used by the generated subclass for its superclass reference.(package private) com.google.common.collect.Multimap<String, BuilderSpec.PropertySetter> A multimap from property names (like foo) to the corresponding setter methods (foo or setFoo).(package private) StringA string that should change if any salient details of the serialized class change.(package private) StringThe formal generic signature of the class with the@AutoValueannotation and its generated subclass.(package private) StringThe encoding of theGeneratedclass.(package private) StringThe package of the class with the@AutoValueannotation and its generated subclass.(package private) List<GwtSerialization.Property> The properties defined by the parent class's abstract methods.(package private) StringThe simple name of the generated GWT serializer class.(package private) StringThe simple name of the generated subclass.private static final Template(package private) BooleanTrue if the@AutoValueclass is constructed using a generated builder. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class TemplateVars
parsedTemplateForResource, toText
-
Field Details
-
props
List<GwtSerialization.Property> propsThe properties defined by the parent class's abstract methods. -
pkg
String pkgThe package of the class with the@AutoValueannotation and its generated subclass. -
subclass
String subclassThe simple name of the generated subclass. -
formalTypes
String formalTypesThe formal generic signature of the class with the@AutoValueannotation and its generated subclass. This is empty, or contains type variables with optional bounds, for example<K, V extends K>. -
actualTypes
String actualTypesThe generic signature used by the generated subclass for its superclass reference. This is empty, or contains only type variables with no bounds, for example<K, V>. -
useBuilder
Boolean useBuilderTrue if the@AutoValueclass is constructed using a generated builder. -
builderSetters
com.google.common.collect.Multimap<String, BuilderSpec.PropertySetter> builderSettersA multimap from property names (like foo) to the corresponding setter methods (foo or setFoo). -
serializerClass
String serializerClassThe simple name of the generated GWT serializer class. -
generated
String generatedThe encoding of theGeneratedclass. Empty if noGeneratedclass is available. -
classHashString
String classHashStringA string that should change if any salient details of the serialized class change. -
TEMPLATE
-
-
Constructor Details
-
GwtTemplateVars
GwtTemplateVars()
-
-
Method Details
-
parsedTemplate
Template parsedTemplate()- Specified by:
parsedTemplatein classTemplateVars
-