Uses of Class
com.ca.jcs.converter.meta.ConverterConfig

Packages that use ConverterConfig
com.ca.jcs.converter.connector   
com.ca.jcs.converter.meta   
com.ca.jcs.sdk.converter   
 

Uses of ConverterConfig in com.ca.jcs.converter.connector
 

Constructors in com.ca.jcs.converter.connector with parameters of type ConverterConfig
DNPropertyConverter(ConverterConfig config, DataModelProperty prop)
          Calls DNPropertyConverter.DNPropertyConverter(DataModelProperty, DNConverterFactory) with a factory that creates a vanilla DNConverter instance.
DNPropertyConverter(ConverterConfig config, DataModelProperty prop, DNConverterFactory dnConverterFactory)
           
 

Uses of ConverterConfig in com.ca.jcs.converter.meta
 

Subclasses of ConverterConfig in com.ca.jcs.converter.meta
static class BoolPropertyConverter.BoolConfig
           
static class CountryPropertyConverter.CountryCodeConfig
           
static class EncyptPropertyConverter.EncryptConfig
           
static class EnumPropertyConverter.EnumConfig
           
static class JavaObjectPropertyConverter.Config
           
static class JSONCompoundValueClassConverter.Config
           
static class MultiValuePropertyFlattener.StyleConfig
           
static class NullValueClassConverter.NullValueConverterConfig
           
static class RegexPropertyConverter.Config
           
 

Fields in com.ca.jcs.converter.meta declared as ConverterConfig
protected  ConverterConfig ContextAwarePropertyConverter.cfg
           
protected  ConverterConfig PropertyConverter.config
           
protected  ConverterConfig ClassConverter.converterConfig
           
 

Methods in com.ca.jcs.converter.meta that return ConverterConfig
 ConverterConfig PropertyConverter.getConfig()
          returns the configuration object for this converter
 

Methods in com.ca.jcs.converter.meta with parameters of type ConverterConfig
static int ConverterConfig.getOrder(ConverterConfig convCfg)
           
 

Constructors in com.ca.jcs.converter.meta with parameters of type ConverterConfig
ClassConverter(ConverterConfig cfg, MetaObjectClassMapping classMap)
           
ContextAwareClassConverter(ConverterConfig cfg, MetaObjectClassMapping classMap)
           
ContextAwarePropertyConverter(ConverterConfig cfg, DataModelProperty prop)
           
ContextAwarePropertyConverter(ConverterConfig cfg, MetaObjectClassMapping classMap, DataModelProperty prop)
           
ForceCasePropertyConverter(ConverterConfig cfg, DataModelProperty prop)
           
NumericBasePropertyConverter(ConverterConfig cfg, DataModelProperty prop)
           
PadPropertyConverter(ConverterConfig cfg, DataModelProperty prop)
           
PropertyConverter(ConverterConfig cfg, DataModelProperty prop)
           
StringArrayPropertyConverter(ConverterConfig cfg, DataModelProperty prop)
           
TimeNumericPropertyConverter(ConverterConfig cfg, DataModelProperty prop)
           
TrimPropertyConverter(ConverterConfig cfg, DataModelProperty prop)
           
 

Uses of ConverterConfig in com.ca.jcs.sdk.converter
 

Subclasses of ConverterConfig in com.ca.jcs.sdk.converter
static class DemoFlattenPropertyConverter.DemoFlattenConfig
          Sample of a configuration bean that can be initialised via Spring XML and provide more static / larger scoped behavioural settings then those provided for each individual property (aka attribute) via metadata settings.
 



Created 2011-07-14 13:27 EST