| Package | Description |
|---|---|
| org.codehaus.jettison.mapped |
| Modifier and Type | Class and 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 strings
|
| Modifier and Type | Field and Description |
|---|---|
private TypeConverter |
MappedNamespaceConvention.NullStringConverter.converter |
private TypeConverter |
Configuration.typeConverter |
private TypeConverter |
MappedNamespaceConvention.typeConverter |
| Modifier and Type | Method and Description |
|---|---|
TypeConverter |
Configuration.getTypeConverter() |
(package private) static TypeConverter |
Configuration.newDefaultConverterInstance() |
(package private) TypeConverter |
Configuration.ConverterFactory.newDefaultConverterInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setTypeConverter(TypeConverter typeConverter) |
| Constructor and Description |
|---|
NullStringConverter(TypeConverter converter) |