|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonStreamFactory | |
|---|---|
| de.odysseus.staxon.json | Classes to read and write JSON via StAX. |
| de.odysseus.staxon.json.stream | JSON streaming backend API. |
| de.odysseus.staxon.json.stream.impl | Default implementation of JSON streaming backend API. |
| Uses of JsonStreamFactory in de.odysseus.staxon.json |
|---|
| Constructors in de.odysseus.staxon.json with parameters of type JsonStreamFactory | |
|---|---|
JsonXMLInputFactory(JsonStreamFactory streamFactory)
|
|
JsonXMLInputFactory(JsonXMLConfig config,
JsonStreamFactory streamFactory)
|
|
JsonXMLOutputFactory(JsonStreamFactory streamFactory)
|
|
JsonXMLOutputFactory(JsonXMLConfig config,
JsonStreamFactory streamFactory)
|
|
| Uses of JsonStreamFactory in de.odysseus.staxon.json.stream |
|---|
| Methods in de.odysseus.staxon.json.stream that return JsonStreamFactory | |
|---|---|
static JsonStreamFactory |
JsonStreamFactory.newFactory()
Create a new instance of a JsonStreamFactory. |
| Uses of JsonStreamFactory in de.odysseus.staxon.json.stream.impl |
|---|
| Subclasses of JsonStreamFactory in de.odysseus.staxon.json.stream.impl | |
|---|---|
class |
JsonStreamFactoryImpl
Default JsonStreamFactory implementation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||