Interface | Description |
---|---|
Concatable<T> |
Indicates that a class provides concatenation operation (which can either perform concatenation
or indicate that the type doesn't support concatenation).
|
Class | Description |
---|---|
ImmutableListConcatable<T> |
Concatenates multiple
ImmutableList s. |
JsonTypeConcatenatingCoercer |
The purpose of this
TypeCoercer to be used together with
SelectorListFactory to resolve configurable attributes
that contain values of JSON-compatible types. |
JsonTypeConcatenatingCoercerFactory |
Creates a coercer that provides concatenation for a given type.
|
SingleElementJsonTypeConcatenatingCoercer |
Coercer to be used when concatenating lists of elements that don't support concatenation.
|