Modifier and Type | Method and Description |
---|---|
static JsonFormat.Features |
JsonFormat.Features.construct(JsonFormat.Feature[] enabled,
JsonFormat.Feature[] disabled) |
static JsonFormat.Features |
JsonFormat.Features.construct(JsonFormat f) |
static JsonFormat.Features |
JsonFormat.Features.empty() |
JsonFormat.Features |
JsonFormat.Features.with(JsonFormat.Feature... features) |
JsonFormat.Features |
JsonFormat.Features.without(JsonFormat.Feature... features) |
Constructor and Description |
---|
JsonFormat.Value(String p,
JsonFormat.Shape sh,
Locale l,
String tzStr,
TimeZone tz,
JsonFormat.Features f) |
JsonFormat.Value(String p,
JsonFormat.Shape sh,
Locale l,
TimeZone tz,
JsonFormat.Features f) |
JsonFormat.Value(String p,
JsonFormat.Shape sh,
String localeStr,
String tzStr,
JsonFormat.Features f) |
Copyright © 2014–2015 FasterXML. All rights reserved.