Escapes all values in the given list and concatenates them to a single string. This operation is required by configurations that have to represent properties with multiple values in a single line in their external configuration representation. This may require an advanced escaping in some cases.
@param values the list with all the values to be converted to a singlevalue
@param transformer a {@code ValueTransformer} for an additional encoding(must not be null)
@return the resulting escaped value
Escapes all values in the given list and concatenates them to a single string. This operation is required by configurations that have to represent properties with multiple values in a single line in their external configuration representation. This may require an advanced escaping in some cases.
@param values the list with all the values to be converted to a singlevalue
@param transformer a {@code ValueTransformer} for an additional encoding(must not be null)
@return the resulting escaped value
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.