Uses of Class
org.dominokit.jacksonapt.DefaultJsonDeserializationContext.Builder
| Package | Description |
|---|---|
| org.dominokit.jacksonapt |
-
Uses of DefaultJsonDeserializationContext.Builder in org.dominokit.jacksonapt
Subclasses of DefaultJsonDeserializationContext.Builder in org.dominokit.jacksonapt Modifier and Type Class Description static classDefaultJsonDeserializationContext.DefaultBuilderMethods in org.dominokit.jacksonapt that return DefaultJsonDeserializationContext.Builder Modifier and Type Method Description DefaultJsonDeserializationContext.BuilderDefaultJsonDeserializationContext.Builder. acceptSingleValueAsArray(boolean acceptSingleValueAsArray)Feature that determines whether it is acceptable to coerce non-array (in JSON) values to work with Java collection (arrays, java.util.Collection) types.static DefaultJsonDeserializationContext.BuilderDefaultJsonDeserializationContext. builder()builderDefaultJsonDeserializationContext.BuilderDefaultJsonDeserializationContext.Builder. failOnUnknownProperties(boolean failOnUnknownProperties)Determines whether encountering of unknown properties (ones that do not map to a property, and there is no "any setter" or handler that can handle it) should result in a failure (by throwing aJsonDeserializationException) or not.DefaultJsonDeserializationContext.BuilderDefaultJsonDeserializationContext.Builder. readUnknownEnumValuesAsNull(boolean readUnknownEnumValuesAsNull)Feature that determines whether gwt-jackson should return null for unknown enum values.DefaultJsonDeserializationContext.BuilderDefaultJsonDeserializationContext.Builder. unwrapRootValue(boolean unwrapRootValue)Feature to allow "unwrapping" root-level JSON value, to match setting ofDefaultJsonSerializationContext.Builder.wrapRootValue(boolean)used for serialization.DefaultJsonDeserializationContext.BuilderDefaultJsonDeserializationContext.Builder. useBrowserTimezone(boolean useBrowserTimezone)Feature that specifies whether dates that doesn't contain timezone information are interpreted using the browser timezone or being relative to UTC (the default).DefaultJsonDeserializationContext.BuilderDefaultJsonDeserializationContext.Builder. useSafeEval(boolean useSafeEval)to deserialize JsType
DefaultJsonDeserializationContext.BuilderDefaultJsonDeserializationContext.Builder. wrapExceptions(boolean wrapExceptions)Feature that determines whether gwt-jackson code should catch and wrapRuntimeExceptions (but neverErrors!) to add additional information about location (within input) of problem or not.