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)private static classMappedNamespaceConvention.NullStringConverterclassSimpleConverterSimple converter that treats everything as stringsFields in org.codehaus.jettison.mapped declared as TypeConverter Modifier and Type Field Description private TypeConverterMappedNamespaceConvention.NullStringConverter. converterprivate TypeConverterConfiguration. typeConverterprivate TypeConverterMappedNamespaceConvention. typeConverterMethods in org.codehaus.jettison.mapped that return TypeConverter Modifier and Type Method Description TypeConverterConfiguration. getTypeConverter()(package private) TypeConverterConfiguration.ConverterFactory. newDefaultConverterInstance()(package private) static TypeConverterConfiguration. newDefaultConverterInstance()Methods in org.codehaus.jettison.mapped with parameters of type TypeConverter Modifier and Type Method Description voidConfiguration. setTypeConverter(TypeConverter typeConverter)Constructors in org.codehaus.jettison.mapped with parameters of type TypeConverter Constructor Description NullStringConverter(TypeConverter converter)
-