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 JsonXMLStreamReaderJsonXMLInputFactory. createXMLStreamReader(InputStream stream, Constants.SCANNER scanner)JsonXMLStreamReaderJsonXMLInputFactory. 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 JsonStreamSourceJsonStreamFactory. createJsonStreamSource(InputStream input, Constants.SCANNER scanner)Create stream source.abstract JsonStreamSourceJsonStreamFactory. 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.SCANNERConstants.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 JsonStreamSourceJsonStreamFactoryImpl. createJsonStreamSource(InputStream input, Constants.SCANNER scanner)JsonStreamSourceJsonStreamFactoryImpl. createJsonStreamSource(Reader reader, Constants.SCANNER scanner)
-