public interface Map_To_Text extends IsTransformer<Map<?,?>,String>
Transforms a map into (well-formatted) text.
| Modifier and Type | Method and Description |
|---|---|
static Map_To_Text |
create()
Creates a transformer that transforms a map into a textual representation, for instance for debug output.
|
default String |
transform(Map<?,?> map)
Transforms a map into a textual representation, for instance for debug output.
|
apply, transformdefault String transform(Map<?,?> map)
Transforms a map into a textual representation, for instance for debug output.
transform in interface Transformer<Map<?,?>,String>map - input collectionstatic Map_To_Text create()
Creates a transformer that transforms a map into a textual representation, for instance for debug output.
Copyright © 2016–2017. All rights reserved.