Package org.codehaus.jettison.mapped
Class MappedNamespaceConvention.NullStringConverter
- java.lang.Object
-
- org.codehaus.jettison.mapped.MappedNamespaceConvention.NullStringConverter
-
- All Implemented Interfaces:
TypeConverter
- Enclosing class:
- MappedNamespaceConvention
private static class MappedNamespaceConvention.NullStringConverter extends java.lang.Object implements TypeConverter
-
-
Field Summary
Fields Modifier and Type Field Description private TypeConverter
converter
private static java.lang.String
NULL_STRING
-
Constructor Summary
Constructors Constructor Description NullStringConverter(TypeConverter converter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
convertToJSONPrimitive(java.lang.String text)
-
-
-
Field Detail
-
NULL_STRING
private static final java.lang.String NULL_STRING
- See Also:
- Constant Field Values
-
converter
private TypeConverter converter
-
-
Constructor Detail
-
NullStringConverter
public NullStringConverter(TypeConverter converter)
-
-
Method Detail
-
convertToJSONPrimitive
public java.lang.Object convertToJSONPrimitive(java.lang.String text)
- Specified by:
convertToJSONPrimitive
in interfaceTypeConverter
-
-