| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.antlr |
Helpers for ANTLR and StringTemplate objects.
|
| de.vandermeer.skb.interfaces.transformers |
Things that “are” transformers.
|
| de.vandermeer.skb.interfaces.transformers.arrays2d |
Transformers for 2-dimensional arrays.
|
| de.vandermeer.skb.interfaces.transformers.textformat |
Transformers for formatting strings.
|
| Class and Description |
|---|
| IsTransformer
Category of objects that represent a transformer.
|
| Transformer
Standard transformer transforming FROM to TO with or with a predicate.
|
| Class and Description |
|---|
| Array_To_Collection
Transforms input provided by an
array into a collection of given type. |
| Array_To_Text
Transforms the input provided by an
array into text using String Templates. |
| ClusterElementTransformer
A transformer for clusters (iterable, iterator, array) to collections with transformations on each element of the input group.
|
| Collection_To_FirstElement
Takes a collection of things and returns the first non-null element of it.
|
| Integer_To_RomanLiteral
Takes an integer and returns a Roman number literal using upper case ASCII characters.
|
| IsTransformer
Category of objects that represent a transformer.
|
| IsTransformerArray
Category of objects that represent a transformer array.
|
| Iterable_To_Collection
Transforms input provided by an
iterable into a collection of given type. |
| Iterable_To_Text
Transforms the input provided by an
iterable into text using String Templates. |
| Iterator_To_Collection
Transforms input provided by an
iterator into a collection of given type. |
| Iterator_To_Text
Transforms the input provided by an
iterator into text using String Templates. |
| Map_To_Text
Transforms a map into (well-formatted) text.
|
| Object_To_StrBuilder
A null-safe transformer that takes an object and tries return a
StrBuilder using various strategies. |
| Object_To_Target
Converts an Object to a target type with several settings, for instance for null value and false value.
|
| StrBuilder_To_String
Converts an
StrBuilder to a string. |
| String_To_Boolean
Converts a String to a Boolean.
|
| String_To_ConditionalBreak
Converts a String to a String array processing conditional line breaks.
|
| Transformer
Standard transformer transforming FROM to TO with or with a predicate.
|
| TransformerArray
A transformer that uses an array of transformers for transformation,
first transformer that does something matches.
|
| Class and Description |
|---|
| IsTransformer
Category of objects that represent a transformer.
|
| Transformer
Standard transformer transforming FROM to TO with or with a predicate.
|
| Class and Description |
|---|
| IsTransformer
Category of objects that represent a transformer.
|
| Transformer
Standard transformer transforming FROM to TO with or with a predicate.
|
Copyright © 2016–2017. All rights reserved.