Module io.helidon.json.binding
Package io.helidon.json.binding
Annotation Interface Json.FailOnUnknown
- Enclosing class:
Json
Controls behavior when unknown properties are encountered during deserialization.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether to fail on unknown properties during deserialization.
-
Element Details
-
value
boolean valueWhether to fail on unknown properties during deserialization.- Returns:
- true to fail, false to ignore them
- Default:
true
-