JsonbConfig |
JsonbConfig.setProperty(java.lang.String name,
java.lang.Object value) |
Set the particular configuration property to a new value.
|
JsonbConfig |
JsonbConfig.withAdapters(JsonbAdapter... adapters) |
Property used to specify custom mapping adapters.
|
JsonbConfig |
JsonbConfig.withBinaryDataStrategy(java.lang.String binaryDataStrategy) |
Property used to specify custom binary data strategy.
|
JsonbConfig |
JsonbConfig.withCreatorParametersRequired(boolean requiredParameters) |
Property used to specify whether all creator parameters should be treated as required.
|
JsonbConfig |
JsonbConfig.withDateFormat(java.lang.String dateFormat,
java.util.Locale locale) |
Property used to specify custom date format.
|
JsonbConfig |
JsonbConfig.withDeserializers(JsonbDeserializer... deserializers) |
Property used to specify custom deserializers.
|
JsonbConfig |
JsonbConfig.withEncoding(java.lang.String encoding) |
The binding operations will default to this property
for encoding of JSON data.
|
JsonbConfig |
JsonbConfig.withFormatting(java.lang.Boolean formatted) |
Property used to specify whether or not the serialized JSON data is formatted
with linefeeds and indentation.
|
JsonbConfig |
JsonbConfig.withLocale(java.util.Locale locale) |
Property used to specify custom locale.
|
JsonbConfig |
JsonbConfig.withNullValues(java.lang.Boolean serializeNullValues) |
Property used to specify whether null values should be serialized to JSON document or skipped.
|
JsonbConfig |
JsonbConfig.withPropertyNamingStrategy(PropertyNamingStrategy propertyNamingStrategy) |
Property used to specify custom naming strategy.
|
JsonbConfig |
JsonbConfig.withPropertyNamingStrategy(java.lang.String propertyNamingStrategy) |
Property used to specify custom naming strategy.
|
JsonbConfig |
JsonbConfig.withPropertyOrderStrategy(java.lang.String propertyOrderStrategy) |
Property used to specify property order strategy.
|
JsonbConfig |
JsonbConfig.withPropertyVisibilityStrategy(PropertyVisibilityStrategy propertyVisibilityStrategy) |
Property used to specify custom property visibility strategy.
|
JsonbConfig |
JsonbConfig.withSerializers(JsonbSerializer... serializers) |
Property used to specify custom serializers.
|
JsonbConfig |
JsonbConfig.withStrictIJSON(java.lang.Boolean enabled) |
Property used to specify whether strict I-JSON serialization compliance should be enforced.
|