| Class | Description |
|---|---|
| AbstractAppendingJavaTextJsonHandler<ActualAppendable extends Appendable,Result> |
A
AbstractAppendingJavaTextJsonHandler is a JsonHandler that
appends the handled JSON document as a text, that mimics the
Object.toString() behavior of Javas collection classes, to a given
Appendable. |
| AbstractAppendingJsonTextJsonHandler<ActualAppendable extends Appendable,Result> |
A
AbstractAppendingJsonTextJsonHandler is a JsonHandler that
appends the handled JSON document as a pretty JSON text to a given
Appendable. |
| AppendingJavaTextJsonHandler |
A
AppendingJavaTextJsonHandler is a
AbstractAppendingJsonTextJsonHandler that appends the handled JSON
document as a pretty JSON text to a given Appendable and calculates
no result. |
| AppendingJsonTextJsonHandler |
A
AppendingJsonTextJsonHandler is a
AbstractAppendingJsonTextJsonHandler that appends the handled JSON
document as a pretty JSON text to a given Appendable and calculates
no result. |
| JavaTextJsonHandler |
A
JavaTextJsonHandler is a
AbstractAppendingJavaTextJsonHandler that calculates a text, that
mimics the Object.toString() behavior of Javas collection classes,
for the handled JSON document as a result. |
| JsonTextJsonHandler |
A
JsonTextJsonHandler is a
AbstractAppendingJsonTextJsonHandler that calculates a pretty JSON
text for the handled JSON document as a result. |
Copyright © 2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.