Uses of Interface
org.codehaus.jettison.mapped.TypeConverter
-
Packages that use TypeConverter Package Description org.codehaus.jettison.mapped -
-
Uses of TypeConverter in org.codehaus.jettison.mapped
Classes in org.codehaus.jettison.mapped that implement TypeConverter Modifier and Type Class Description 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 stringsMethods in org.codehaus.jettison.mapped that return TypeConverter Modifier and Type Method Description TypeConverter
Configuration. getTypeConverter()
Methods in org.codehaus.jettison.mapped with parameters of type TypeConverter Modifier and Type Method Description void
Configuration. setTypeConverter(TypeConverter typeConverter)
-