Uses of Interface
org.codehaus.jettison.mapped.TypeConverter

Packages that use TypeConverter
org.codehaus.jettison.mapped   
 

Uses of TypeConverter in org.codehaus.jettison.mapped
 

Classes in org.codehaus.jettison.mapped that implement TypeConverter
 class DefaultConverter
          Default converter that tries to convert value to appropriate primitive (if fails, returns original string)
 class SimpleConverter
          Simple converter that treats everything as strings
 

Methods in org.codehaus.jettison.mapped that return TypeConverter
 TypeConverter Configuration.getTypeConverter()
           
 

Methods in org.codehaus.jettison.mapped with parameters of type TypeConverter
 void Configuration.setTypeConverter(TypeConverter typeConverter)
           
 



Copyright © 2013. All Rights Reserved.