public static interface JsonReader.MissingFieldHandler
Used in conjunction with JsonReader.MISSING_FIELD_HANDLER.
| Modifier and Type | Method and Description |
|---|---|
void |
fieldMissing(Object object,
String fieldName,
Object value)
Notify that a field is missing.
|
void fieldMissing(Object object, String fieldName, Object value)
object - the object that contains the missing fieldfieldName - name of the field to be replacedvalue - current value of the fieldCopyright © 2018. All rights reserved.