|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultiValueFlattener | |
|---|---|
| com.ca.jcs.converter.attr | |
| com.ca.jcs.converter.meta | |
| Uses of MultiValueFlattener in com.ca.jcs.converter.attr |
|---|
| Subclasses of MultiValueFlattener in com.ca.jcs.converter.attr | |
|---|---|
class |
CommaSeparatedMultiValueFlattener
Flatten a list of values into SQL list syntax (comma separated with '' signifying a single quote). |
class |
CSVMultiValueFlattener
Flatten a list of values into CSV list syntax (double quoted and comma separated with "" signifying a single double quote), for instance the values 1, "2, 3 are encoded as "1","""2", "3". |
class |
ORedMultiValueFlattener
A Flattening converter that performs logical OR operation on multi-valued attribute values which are numeric/enum ordinals. |
class |
SQLMultiValueFlattener
Flatten a list of values into SQL list syntax (single-quoted and comma separated with '' signifying a single quote), for instance the values 1, '2, 3 are encoded as '1','''2', '3'. |
class |
XMLMultiValueFlattener
Flatten a list of values into an XML delimitted literal, and vice-versa, for instance the values 1, 2, 3 are encoded as <list><1><2><3></list>. |
| Methods in com.ca.jcs.converter.attr that return MultiValueFlattener | |
|---|---|
static MultiValueFlattener |
MultiValueFlattenerFactory.getFlattener(String style)
|
| Methods in com.ca.jcs.converter.attr that return types with arguments of type MultiValueFlattener | |
|---|---|
protected static Map<String,MultiValueFlattener> |
MultiValueFlattenerFactory.getFlatteners()
Protected so that other flatteners can be registered if desired. |
| Uses of MultiValueFlattener in com.ca.jcs.converter.meta |
|---|
| Constructors in com.ca.jcs.converter.meta with parameters of type MultiValueFlattener | |
|---|---|
MultiValuePropertyFlattener(MultiValuePropertyFlattener.StyleConfig cfg,
DataModelProperty prop,
String pluginStyle,
MultiValueFlattener flattener)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||