public class AtomDualGenerator extends DualModeGenerator<IAtom>
| Constructor and Description |
|---|
AtomDualGenerator() |
AtomDualGenerator(AltFormat altFormat) |
| Modifier and Type | Method and Description |
|---|---|
AltFormat |
getAltFormat()
Returns the alternate representation format produced the generator.
|
java.lang.Class<IAtom> |
getSourceType()
Returns the
Class that represents the expected source data type for
output generation. |
WireFormat |
getWireFormat()
Returns the wire format to use when generating this output.
|
generategenerate, getCharsetEncoding, getContentWriter, usePrettyPrintpublic AtomDualGenerator()
public AtomDualGenerator(AltFormat altFormat)
public java.lang.Class<IAtom> getSourceType()
OutputGeneratorClass that represents the expected source data type for
output generation.public AltFormat getAltFormat()
OutputGeneratorpublic WireFormat getWireFormat()
WireFormatOutputGeneratorgetWireFormat in class WireFormatOutputGenerator<IAtom>