| Package | Description |
|---|---|
| com.github.nmorel.gwtjackson.client |
| Modifier and Type | Method and Description |
|---|---|
JsonDeserializationContext.Builder |
JsonDeserializationContext.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.
|
JsonDeserializationContext.Builder |
JsonDeserializationContext.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. |
JsonDeserializationContext.Builder |
JsonDeserializationContext.Builder.unwrapRootValue(boolean unwrapRootValue)
Feature to allow "unwrapping" root-level JSON value, to match setting of
JsonSerializationContext.Builder.wrapRootValue(boolean) used for serialization. |
Copyright © 2013. All Rights Reserved.