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
|
Copyright © 2016. All rights reserved.