@FunctionalInterface
protected static interface GenericRecordXmlWriter.GenericRecordHandler
| Modifier and Type | Method and Description | 
|---|---|
| boolean | print(GenericRecordXmlWriter record,
     java.lang.String name,
     java.lang.Object object)Handler method | 
boolean print(GenericRecordXmlWriter record, java.lang.String name, java.lang.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 a implementation can return false,
   if the element hasn't been written to the streamCopyright 2020 The Apache Software Foundation or its licensors, as applicable.