public interface FieldMapProcessor
修飾子とタイプ | メソッドと説明 |
---|---|
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.ProcessingException
Copyright © 2015 The Apache Software Foundation