| Package | Description |
|---|---|
| com.github.nmorel.gwtjackson.client |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2013. All Rights Reserved.