Class GwtSupport
- java.lang.Object
-
- org.inferred.freebuilder.processor.GwtSupport
-
class GwtSupport extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classGwtSupport.CustomValueSerializerprivate static classGwtSupport.GwtWhitelist
-
Field Summary
Fields Modifier and Type Field Description private static QualifiedNameCUSTOM_FIELD_SERIALIZERprivate static QualifiedNameSERIALIZATION_EXCEPTIONprivate static QualifiedNameSERIALIZATION_STREAM_READERprivate static QualifiedNameSERIALIZATION_STREAM_WRITER
-
Constructor Summary
Constructors Constructor Description GwtSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Datatype.BuildergwtMetadata(javax.lang.model.element.TypeElement type, Datatype datatype, java.util.Map<Property,PropertyCodeGenerator> generatorsByProperty)private static java.lang.StringwithInitialCapital(java.lang.Object obj)
-
-
-
Field Detail
-
CUSTOM_FIELD_SERIALIZER
private static final QualifiedName CUSTOM_FIELD_SERIALIZER
-
SERIALIZATION_EXCEPTION
private static final QualifiedName SERIALIZATION_EXCEPTION
-
SERIALIZATION_STREAM_READER
private static final QualifiedName SERIALIZATION_STREAM_READER
-
SERIALIZATION_STREAM_WRITER
private static final QualifiedName SERIALIZATION_STREAM_WRITER
-
-
Method Detail
-
gwtMetadata
public static Datatype.Builder gwtMetadata(javax.lang.model.element.TypeElement type, Datatype datatype, java.util.Map<Property,PropertyCodeGenerator> generatorsByProperty)
-
withInitialCapital
private static java.lang.String withInitialCapital(java.lang.Object obj)
-
-