public class StringTypeCoercer extends IdentityTypeCoercer<String>
TypeCoercer.Traversal
Constructor and Description |
---|
StringTypeCoercer() |
Modifier and Type | Method and Description |
---|---|
String |
concat(Iterable<String> elements)
Implementation of concatenation for this type.
|
coerceToUnconfigured, getUnconfiguredType
coerce, getOutputType, unconfiguredToConfiguredCoercionIsIdentity
hasElementClass, traverse
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkOutputAssignableTo, checkUnconfiguredAssignableTo, coerceBoth, supportsConcatenation
public String concat(Iterable<String> elements)
TypeCoercer
null
indicates that concatenation
isn't supported by the type.null
if concatenation is not
supported for the type