com.ca.jcs.converter.meta
Class JavaObjectPropertyConverter.Config

java.lang.Object
  extended by com.ca.jcs.converter.meta.ConverterConfig
      extended by com.ca.jcs.converter.meta.JavaObjectPropertyConverter.Config
Enclosing class:
JavaObjectPropertyConverter

public static class JavaObjectPropertyConverter.Config
extends ConverterConfig


Field Summary
 
Fields inherited from class com.ca.jcs.converter.meta.ConverterConfig
DEFAULT_ORDER, STRUCTURAL_ORDER
 
Constructor Summary
JavaObjectPropertyConverter.Config()
          Create instance will default values for all fields, and default values for conversionSettings fields.
 
Method Summary
 DataModelValue.ConversionSettings getConversionSettings()
           
 boolean isForceWrapInCollection()
          Defaults to true, even single values are wrapped for consistency.
 void setConversionSettings(DataModelValue.ConversionSettings conversionSettings)
           
 void setForceWrapInCollection(boolean forceWrapInCollection)
           
 
Methods inherited from class com.ca.jcs.converter.meta.ConverterConfig
getOrder, getOrder, isActiveByDefault, isExclusive, setActiveByDefault, setExclusive, setOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaObjectPropertyConverter.Config

public JavaObjectPropertyConverter.Config()
Create instance will default values for all fields, and default values for conversionSettings fields.

Method Detail

isForceWrapInCollection

public boolean isForceWrapInCollection()
Defaults to true, even single values are wrapped for consistency.


setForceWrapInCollection

public void setForceWrapInCollection(boolean forceWrapInCollection)

getConversionSettings

public DataModelValue.ConversionSettings getConversionSettings()

setConversionSettings

public void setConversionSettings(DataModelValue.ConversionSettings conversionSettings)


Created 2011-07-14 13:27 EST