public static class GwtSerialization.Property
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
isCastingUnchecked |
private AutoValueProcessor.Property |
property |
Constructor and Description |
---|
Property(AutoValueProcessor.Property property) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGetter() |
java.lang.String |
getGwtCast()
Returns a string to be inserted before the call to the readFoo() call so that the expression
can be assigned to the given type.
|
java.lang.String |
getGwtType()
Returns the suffix in serializer method names for values of the given type.
|
java.lang.String |
getName() |
java.lang.String |
getType() |
boolean |
isCastingUnchecked() |
java.lang.String |
toString() |
private final AutoValueProcessor.Property property
private final boolean isCastingUnchecked
Property(AutoValueProcessor.Property property)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getGetter()
public java.lang.String getType()
public java.lang.String getName()
public java.lang.String getGwtType()
public java.lang.String getGwtCast()
public boolean isCastingUnchecked()