Modifier and Type | Method and Description |
---|---|
JsonFormat.Shape |
JsonFormat.Value.getShape() |
static JsonFormat.Shape |
JsonFormat.Shape.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JsonFormat.Shape[] |
JsonFormat.Shape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JsonFormat.Value |
JsonFormat.Value.withShape(JsonFormat.Shape s) |
Constructor and Description |
---|
JsonFormat.Value(java.lang.String p,
JsonFormat.Shape sh,
java.util.Locale l,
java.util.TimeZone tz) |
JsonFormat.Value(java.lang.String p,
JsonFormat.Shape sh,
java.lang.String localeStr,
java.lang.String tzStr) |
Copyright © 2013. All Rights Reserved.