@FunctionalInterface protected static interface GenericRecordJsonWriter.GenericRecordHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
print(GenericRecordJsonWriter record,
String name,
Object object)
Handler method
|
boolean print(GenericRecordJsonWriter record, String name, Object object)
record - the parent record, applied via instance method referencename - the name of the propertyobject - the value of the propertytrue, if the element was handled and output produced,
The provided methods can be overridden and an implementation can return false,
if the element hasn't been written to the stream