Package | Description |
---|---|
de.innovationgate.utils |
Generic various-purpose utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultObjectFormatter
Default implementation for an object formatter that does nothing
|
class |
FormattingChain
An object formatter that chains together multiple object formatters, that are processed in a well-defined order.
|
Modifier and Type | Method and Description |
---|---|
void |
FormattingChain.addFormatter(ObjectFormatter formatter)
Adds a formatter to the chain.
|
static java.lang.String |
WGUtils.serializeCollection(java.util.Collection col,
java.lang.String divider,
ObjectFormatter formatter)
Serializes a collection to a single String using the given divider.
|
static java.lang.String |
WGUtils.serializeCollection(java.util.Collection col,
java.lang.String divider,
ObjectFormatter formatter,
boolean includeNulls)
Serializes a collection to a single String using the given divider.
|