Uses of Enum
org.apache.synapse.commons.staxon.core.json.stream.impl.Constants.SCANNER
Packages that use Constants.SCANNER
Package
Description
Classes to read and write JSON via StAX.
JSON streaming backend API.
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.SCANNERModifier and TypeMethodDescriptionJsonXMLInputFactory.createXMLStreamReader(InputStream stream, Constants.SCANNER scanner) 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.SCANNERModifier and TypeMethodDescriptionabstract 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.SCANNERModifier and TypeMethodDescriptionstatic Constants.SCANNERReturns 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.SCANNERModifier and TypeMethodDescriptionJsonStreamFactoryImpl.createJsonStreamSource(InputStream input, Constants.SCANNER scanner) JsonStreamFactoryImpl.createJsonStreamSource(Reader reader, Constants.SCANNER scanner)