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

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

public static class JSONCompoundValueClassConverter.Config
extends ConverterConfig


Field Summary
 
Fields inherited from class com.ca.jcs.converter.meta.ConverterConfig
DEFAULT_ORDER, STRUCTURAL_ORDER
 
Constructor Summary
JSONCompoundValueClassConverter.Config()
           
 
Method Summary
 boolean isConvertToString()
           
 void setConvertToString(boolean convertToString)
           
 
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

JSONCompoundValueClassConverter.Config

public JSONCompoundValueClassConverter.Config()
Method Detail

isConvertToString

public boolean isConvertToString()

setConvertToString

public void setConvertToString(boolean convertToString)


Created 2011-07-14 13:27 EST