| Package | Description |
|---|---|
| org.dominokit.jacksonapt |
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultJsonDeserializationContext.DefaultBuilder |
| Modifier and Type | Method and Description |
|---|---|
DefaultJsonDeserializationContext.Builder |
DefaultJsonDeserializationContext.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.Builder |
DefaultJsonDeserializationContext.builder()
builder
|
DefaultJsonDeserializationContext.Builder |
DefaultJsonDeserializationContext.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 a
JsonDeserializationException) or not. |
DefaultJsonDeserializationContext.Builder |
DefaultJsonDeserializationContext.Builder.readUnknownEnumValuesAsNull(boolean readUnknownEnumValuesAsNull)
Feature that determines whether gwt-jackson should return null for unknown enum values.
|
DefaultJsonDeserializationContext.Builder |
DefaultJsonDeserializationContext.Builder.unwrapRootValue(boolean unwrapRootValue)
Feature to allow "unwrapping" root-level JSON value, to match setting of
DefaultJsonSerializationContext.Builder.wrapRootValue(boolean) used for serialization. |
DefaultJsonDeserializationContext.Builder |
DefaultJsonDeserializationContext.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.Builder |
DefaultJsonDeserializationContext.Builder.useSafeEval(boolean useSafeEval)
to deserialize JsType
|
DefaultJsonDeserializationContext.Builder |
DefaultJsonDeserializationContext.Builder.wrapExceptions(boolean wrapExceptions)
Feature that determines whether gwt-jackson code should catch
and wrap
RuntimeExceptions (but never Errors!)
to add additional information about
location (within input) of problem or not. |
Copyright © 2020. All rights reserved.