Uses of Class
org.apache.synapse.commons.staxon.core.json.stream.impl.Constants.SCANNER
-
Packages that use Constants.SCANNER 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. -
-
Uses of Constants.SCANNER in org.apache.synapse.commons.staxon.core.json
Methods in org.apache.synapse.commons.staxon.core.json with parameters of type Constants.SCANNER Modifier and Type Method Description JsonXMLStreamReader
JsonXMLInputFactory. createXMLStreamReader(InputStream stream, Constants.SCANNER scanner)
JsonXMLStreamReader
JsonXMLInputFactory. createXMLStreamReader(Reader reader, Constants.SCANNER scanner)
-
Uses of Constants.SCANNER in org.apache.synapse.commons.staxon.core.json.stream
Methods in org.apache.synapse.commons.staxon.core.json.stream with parameters of type Constants.SCANNER Modifier and Type Method 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. -
Uses of Constants.SCANNER in org.apache.synapse.commons.staxon.core.json.stream.impl
Methods in org.apache.synapse.commons.staxon.core.json.stream.impl that return Constants.SCANNER Modifier and Type Method 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.Methods in org.apache.synapse.commons.staxon.core.json.stream.impl with parameters of type Constants.SCANNER Modifier and Type Method Description JsonStreamSource
JsonStreamFactoryImpl. createJsonStreamSource(InputStream input, Constants.SCANNER scanner)
JsonStreamSource
JsonStreamFactoryImpl. createJsonStreamSource(Reader reader, Constants.SCANNER scanner)
-