public static interface JsonReader.MissingFieldHandler
Used in conjunction with ReadOptions.getMissingFieldHandler()
.
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 © 2024. All rights reserved.