Package | Description |
---|---|
org.apache.synapse.commons.staxon.core.json |
Classes to read and write JSON via StAX.
|
org.apache.synapse.commons.staxon.core.json.stream |
JSON streaming backend API.
|
org.apache.synapse.commons.staxon.core.json.stream.impl |
Default implementation of JSON streaming backend API.
|
org.apache.synapse.commons.staxon.core.json.stream.util |
JSON streaming filters.
|
Constructor and Description |
---|
JsonXMLStreamWriter(JsonStreamTarget target,
boolean repairNamespaces,
boolean multiplePI,
char namespaceSeparator,
boolean namespaceDeclarations)
Create writer instance.
|
JsonXMLStreamWriter(JsonStreamTarget target,
boolean repairNamespaces,
boolean multiplePI,
char namespaceSeparator,
boolean namespaceDeclarations,
boolean xmlNilReadWriteEnabled,
boolean xmlWriteNullForEmptyElement)
Create writer instance.
|
Modifier and Type | Method and Description |
---|---|
abstract JsonStreamTarget |
JsonStreamFactory.createJsonStreamTarget(OutputStream output,
boolean pretty)
Create stream target.
|
abstract JsonStreamTarget |
JsonStreamFactory.createJsonStreamTarget(Writer writer,
boolean pretty)
Create stream target.
|
Modifier and Type | Method and Description |
---|---|
JsonStreamTarget |
JsonStreamFactoryImpl.createJsonStreamTarget(OutputStream output,
boolean pretty) |
JsonStreamTarget |
JsonStreamFactoryImpl.createJsonStreamTarget(Writer writer,
boolean pretty) |
Modifier and Type | Class and Description |
---|---|
class |
AutoArrayTarget
Target filter to auto-insert array boundaries.
|
class |
AutoPrimitiveTarget
Target-filter to auto-convert string values to primitive (boolean, number, null) values.
|
class |
CustomRegexIgnoreAutoPrimitiveTarget |
class |
CustomRegexMatchReplaceIgnoreAutoPrimitiveTarget |
class |
RemoveRootTarget |
class |
StreamTargetDelegate
Delegating stream target.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamSourceDelegate.copy(JsonStreamTarget target)
Copy events to given target until
peek() == JsonStreamToken.NONE . |
Constructor and Description |
---|
AutoArrayTarget(JsonStreamTarget delegate) |
AutoPrimitiveTarget(JsonStreamTarget delegate,
boolean convertAttributes) |
CustomRegexIgnoreAutoPrimitiveTarget(JsonStreamTarget delegate,
boolean convertAttributes,
String customRegex) |
CustomRegexMatchReplaceIgnoreAutoPrimitiveTarget(JsonStreamTarget delegate,
boolean convertAttributes,
String customReplaceRegex,
String customReplaceSequence) |
RemoveRootTarget(JsonStreamTarget delegate,
QName root,
char namespaceSeparator) |
StreamTargetDelegate(JsonStreamTarget delegate) |
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.