public interface FieldMapProcessor
Modifier and Type | Method and Description |
---|---|
void |
accept(FieldMappable record)
Allow arbitrary processing of a FieldMappable object.
|
void accept(FieldMappable record) throws java.io.IOException, ProcessingException
record
- an object which can emit a map of its field names to values.java.io.IOException
- if the processor encounters an IO error when
operating on this object.ProcessingException
- if the FieldMapProcessor encounters
a general processing error when operating on this object.Copyright © 2019 The Apache Software Foundation