Uses of Interface
org.codehaus.jettison.mapped.TypeConverter
Packages that use TypeConverter
-
Uses of TypeConverter in org.codehaus.jettison.mapped
Classes in org.codehaus.jettison.mapped that implement TypeConverterModifier and TypeClassDescriptionclassDefault converter that tries to convert value to appropriate primitive (if fails, returns original string)private static classclassSimple converter that treats everything as stringsFields in org.codehaus.jettison.mapped declared as TypeConverterModifier and TypeFieldDescriptionprivate TypeConverterMappedNamespaceConvention.NullStringConverter.converterprivate TypeConverterConfiguration.typeConverterprivate TypeConverterMappedNamespaceConvention.typeConverterMethods in org.codehaus.jettison.mapped that return TypeConverterModifier and TypeMethodDescriptionConfiguration.getTypeConverter()(package private) TypeConverterConfiguration.ConverterFactory.newDefaultConverterInstance()(package private) static TypeConverterConfiguration.newDefaultConverterInstance()Methods in org.codehaus.jettison.mapped with parameters of type TypeConverterModifier and TypeMethodDescriptionvoidConfiguration.setTypeConverter(TypeConverter typeConverter) Constructors in org.codehaus.jettison.mapped with parameters of type TypeConverter