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.
|
Modifier and Type | Method and Description |
---|---|
JsonXMLStreamReader |
JsonXMLInputFactory.createXMLStreamReader(InputStream stream,
Constants.SCANNER scanner) |
JsonXMLStreamReader |
JsonXMLInputFactory.createXMLStreamReader(Reader reader,
Constants.SCANNER scanner) |
Modifier and Type | Method and Description |
---|---|
abstract JsonStreamSource |
JsonStreamFactory.createJsonStreamSource(InputStream input,
Constants.SCANNER scanner)
Create stream source.
|
abstract JsonStreamSource |
JsonStreamFactory.createJsonStreamSource(Reader reader,
Constants.SCANNER scanner)
Create stream source.
|
Modifier and Type | Method and Description |
---|---|
static Constants.SCANNER |
Constants.SCANNER.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.SCANNER[] |
Constants.SCANNER.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JsonStreamSource |
JsonStreamFactoryImpl.createJsonStreamSource(InputStream input,
Constants.SCANNER scanner) |
JsonStreamSource |
JsonStreamFactoryImpl.createJsonStreamSource(Reader reader,
Constants.SCANNER scanner) |
Copyright © 2005–2020 Apache Software Foundation. All rights reserved.