protected abstract AbstractFlowWriter.OutputType |
AbstractFlowWriter.getOutputType() |
Returns how to write the data, from a file, stream or writer.
|
protected AbstractFlowWriter.OutputType |
DefaultFlowWriter.getOutputType() |
Returns how to write the data, from a file, stream or writer.
|
protected AbstractFlowWriter.OutputType |
JsonFlowWriter.getOutputType() |
Returns how to write the data, from a file, stream or writer.
|
static AbstractFlowWriter.OutputType |
AbstractFlowWriter.OutputType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AbstractFlowWriter.OutputType[] |
AbstractFlowWriter.OutputType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|