|
BeanIO 2.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.beanio.internal.compiler.ProcessorSupport
org.beanio.internal.compiler.Preprocessor
org.beanio.internal.compiler.json.JsonPreprocessor
public class JsonPreprocessor
Configuration Preprocessor for the JSON stream format.
| Field Summary |
|---|
| Fields inherited from class org.beanio.internal.compiler.Preprocessor |
|---|
propertyRoot, stream |
| Constructor Summary | |
|---|---|
JsonPreprocessor(StreamConfig stream)
Constructs a new JsonPreprocessor. |
|
| Method Summary | |
|---|---|
protected void |
finalizeSegment(SegmentConfig segment)
Finalizes a segment configuration after its children have been processed. |
protected void |
handleField(FieldConfig field)
Processes a field configuration. |
protected void |
initializeRecord(RecordConfig record)
Initializes a record configuration before its children have been processed. |
protected void |
initializeSegment(SegmentConfig segment)
Initializes a segment configuration before its children have been processed. |
| Methods inherited from class org.beanio.internal.compiler.Preprocessor |
|---|
finalizeGroup, finalizeRecord, finalizeStream, handleConstant, initializeGroup, initializeStream, validateRecordIdentifyingCriteria |
| Methods inherited from class org.beanio.internal.compiler.ProcessorSupport |
|---|
getParent, handleComponent, process |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsonPreprocessor(StreamConfig stream)
stream - the StreamConfig to preprocess| Method Detail |
|---|
protected void initializeRecord(RecordConfig record)
throws BeanIOConfigurationException
Preprocessor
initializeRecord in class Preprocessorrecord - the record configuration to process
BeanIOConfigurationException
protected void initializeSegment(SegmentConfig segment)
throws BeanIOConfigurationException
Preprocessor
initializeSegment in class Preprocessorsegment - the segment configuration to process
BeanIOConfigurationException
protected void finalizeSegment(SegmentConfig segment)
throws BeanIOConfigurationException
Preprocessor
finalizeSegment in class Preprocessorsegment - the segment configuration to process
BeanIOConfigurationException
protected void handleField(FieldConfig field)
throws BeanIOConfigurationException
Preprocessor
handleField in class Preprocessorfield - the field configuration to process
BeanIOConfigurationException
|
BeanIO 2.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||