An object which can perform a default transform from OrderedCollectionInterface to String.
Constructor Detail
StaticOrderedCollectionInterfaceToStringTransform
public StaticOrderedCollectionInterfaceToStringTransform()
Default constructor.
Create a transform which converts a OrderedCollectionInterface into a String,
using the default delimiter ',' and always quoting strings
StaticOrderedCollectionInterfaceToStringTransform
public StaticOrderedCollectionInterfaceToStringTransform(char delimiter,
boolean alwaysQuote)
Value constructor.
Create a transform which converts a OrderedCollectionInterface into a String,
using the specific delimiter and quoting.
Parameters:
delimiter - character to separate the string items in the result
alwaysQuote - if true, each string is quoted, else only
special strings are quoted.