public static class JsonFormat.Value extends Object
JsonFormat
annotation.Constructor and Description |
---|
JsonFormat.Value() |
JsonFormat.Value(JsonFormat ann) |
JsonFormat.Value(String p,
JsonFormat.Shape sh,
Locale l,
TimeZone tz) |
JsonFormat.Value(String p,
JsonFormat.Shape sh,
String localeStr,
String tzStr) |
Modifier and Type | Method and Description |
---|---|
Locale |
getLocale() |
String |
getPattern() |
JsonFormat.Shape |
getShape() |
TimeZone |
getTimeZone() |
JsonFormat.Value |
withLocale(Locale l) |
JsonFormat.Value |
withPattern(String p) |
JsonFormat.Value |
withShape(JsonFormat.Shape s) |
JsonFormat.Value |
withTimeZone(TimeZone tz) |
public JsonFormat.Value()
public JsonFormat.Value(JsonFormat ann)
public JsonFormat.Value(String p, JsonFormat.Shape sh, String localeStr, String tzStr)
public JsonFormat.Value(String p, JsonFormat.Shape sh, Locale l, TimeZone tz)
public JsonFormat.Value withPattern(String p)
public JsonFormat.Value withShape(JsonFormat.Shape s)
public JsonFormat.Value withLocale(Locale l)
public JsonFormat.Value withTimeZone(TimeZone tz)
public String getPattern()
public JsonFormat.Shape getShape()
public Locale getLocale()
public TimeZone getTimeZone()
Copyright © 2012-2013 FasterXML. All Rights Reserved.