Uses of Class
org.apache.synapse.commons.staxon.core.json.stream.JsonStreamToken
-
Packages that use JsonStreamToken Package Description org.apache.synapse.commons.staxon.core.json.stream JSON streaming backend API.org.apache.synapse.commons.staxon.core.json.stream.util JSON streaming filters. -
-
Uses of JsonStreamToken in org.apache.synapse.commons.staxon.core.json.stream
Methods in org.apache.synapse.commons.staxon.core.json.stream that return JsonStreamToken Modifier and Type Method Description JsonStreamToken
JsonStreamSource. peek()
Peek next token.static JsonStreamToken
JsonStreamToken. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonStreamToken[]
JsonStreamToken. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JsonStreamToken in org.apache.synapse.commons.staxon.core.json.stream.util
Methods in org.apache.synapse.commons.staxon.core.json.stream.util that return JsonStreamToken Modifier and Type Method Description JsonStreamToken
AddRootSource. peek()
JsonStreamToken
StreamSourceDelegate. peek()
-