CompositeTransformer that invokes each of the
transformers in order.CompositeTransformer that wrapers each of the
transformers in a forEach(Transformer) transformer} and
invokes each of them in orderTransformer that will apply the provided
transformer to every item in a value that is a
sequence or to the value itself if
the value is not a sequence.keyEnsureCaseFormat(CaseFormat) or
keyConditionalConvertCaseFormat(CaseFormat, CaseFormat)
instead depending on the desired transformationTransformer that converts a key to a CaseFormat
if and only if the key currently matches another undesired
format.Transformer that ensures a key is in the specified case
formatmapping.Transformer that removes all the character in the
invalid collection.Transformer that removes all whitespace characters from
a key.Transformer that replaces all the character keys in the
replacements mapping with their associated character values in
each data key.keyRemoveInvalidChars(Predicate) which takes a
Predicate that tests whether a character is
invalid. Please note that said functionality
is the inverse of this method, which takes a Check
that tests whether a character is valid.Transformer that converts all the characters in a key to
lowercase.Transformer that will remove single and double quotes
from the beginning and end of both the key and value.keyValueRemoveQuotes() which has the exact same
functionalityTransformer that replaces whitespace characters with an
underscore in keys.Transformer that does not perform any key or value
transformations.Transformer that only attempts transformation if the
value is not null.insteadTransformer.transform(String, Object) instead.object and returned
the merged result.key and value pair.Transformation that can be returned
from transformers.Transformer is a routine that takes a key/value pair and
potentially alters one or both of them, prior to import.Transformer objects.Transformer that, For EVERY key, transform values to a
Boolean if possible.Transformer that, For EVERY key, transform values to a
Number if possible.Transformer that, For EVERY key, transform values to a
resolvable link
instruction if possible.Transformer that, for each of the keys,
transform values to a
resolvable link
instruction if possible.Transformer that, For EVERY key, transform values to a
Number if possible.Transformer that, For EVERY key, transform values to a
Timestamp if possible.Transformer that will cause a key/value pair to be
"removed" if the value is described by the provided adjective.Transformer that splits a String value into multiple
strings that are all mapped from the original key.Transformer that uses the
Convert.stringToJava(String) method to convert String values to
the preferred java type.