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 classDefaultConverterDefault converter that tries to convert value to appropriate primitive (if fails, returns original string)classSimpleConverterSimple converter that treats everything as stringsMethods in org.codehaus.jettison.mapped that return TypeConverter Modifier and Type Method Description TypeConverterConfiguration. getTypeConverter()Methods in org.codehaus.jettison.mapped with parameters of type TypeConverter Modifier and Type Method Description voidConfiguration. setTypeConverter(TypeConverter typeConverter)
-