@FunctionalInterface protected static interface GenericRecordXmlWriter.GenericRecordHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
print(GenericRecordXmlWriter record,
String name,
Object object)
Handler method
|
boolean print(GenericRecordXmlWriter 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