public final class DecodeMappingAddressCodecHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
MISSING_MEMBER_MESSAGE |
| Constructor and Description |
|---|
DecodeMappingAddressCodecHelper(com.fasterxml.jackson.databind.node.ObjectNode json)
Creates a decode mapping address codec object.
|
| Modifier and Type | Method and Description |
|---|---|
MappingAddress |
decode()
Decodes the JSON into a mapping address object.
|
protected static final java.lang.String MISSING_MEMBER_MESSAGE
public DecodeMappingAddressCodecHelper(com.fasterxml.jackson.databind.node.ObjectNode json)
json - JSON object to decodepublic MappingAddress decode()
java.lang.IllegalArgumentException - if the JSON is invalid