| Package | Description |
|---|---|
| net.markenwerk.utils.json.common.handler.text | |
| net.markenwerk.utils.json.handler |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
class |
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. |
class |
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. |
class |
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. |
class |
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. |
class |
JsonTextJsonHandler
A
JsonTextJsonHandler is a
AbstractAppendingJsonTextJsonHandler that calculates a pretty JSON
text for the handled JSON document as a result. |
| Modifier and Type | Class and Description |
|---|---|
class |
IdleJsonHandler<Result>
An
IdleJsonHandler is a JsonHandler with empty methods. |
class |
NullJsonHandler
A
NullJsonHandler is an IdleJsonHandler that does nothing. |
Copyright © 2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.