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)private static class
MappedNamespaceConvention.NullStringConverter
class
SimpleConverter
Simple converter that treats everything as stringsFields in org.codehaus.jettison.mapped declared as TypeConverter Modifier and Type Field Description private TypeConverter
MappedNamespaceConvention.NullStringConverter. converter
private TypeConverter
Configuration. typeConverter
private TypeConverter
MappedNamespaceConvention. typeConverter
Methods in org.codehaus.jettison.mapped that return TypeConverter Modifier and Type Method Description TypeConverter
Configuration. getTypeConverter()
(package private) TypeConverter
Configuration.ConverterFactory. newDefaultConverterInstance()
(package private) static TypeConverter
Configuration. newDefaultConverterInstance()
Methods in org.codehaus.jettison.mapped with parameters of type TypeConverter Modifier and Type Method Description void
Configuration. setTypeConverter(TypeConverter typeConverter)
Constructors in org.codehaus.jettison.mapped with parameters of type TypeConverter Constructor Description NullStringConverter(TypeConverter converter)
-