| Modifier and Type | Field and Description |
|---|---|
private OutputGrouping |
WriteJsonResult.outputGrouping |
| Modifier and Type | Method and Description |
|---|---|
static OutputGrouping |
OutputGrouping.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputGrouping[] |
OutputGrouping.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WriteJsonResult(org.apache.nifi.logging.ComponentLog logger,
RecordSchema recordSchema,
SchemaAccessWriter schemaAccess,
OutputStream out,
boolean prettyPrint,
NullSuppression nullSuppression,
OutputGrouping outputGrouping,
String dateFormat,
String timeFormat,
String timestampFormat) |
WriteJsonResult(org.apache.nifi.logging.ComponentLog logger,
RecordSchema recordSchema,
SchemaAccessWriter schemaAccess,
OutputStream out,
boolean prettyPrint,
NullSuppression nullSuppression,
OutputGrouping outputGrouping,
String dateFormat,
String timeFormat,
String timestampFormat,
String mimeType) |
Copyright © 2023 Apache NiFi Project. All rights reserved.