org.codehaus.jettison.mapped
Class SimpleConverter

java.lang.Object
  extended by org.codehaus.jettison.mapped.SimpleConverter
All Implemented Interfaces:
TypeConverter

public class SimpleConverter
extends java.lang.Object
implements TypeConverter

Simple converter that treats everything as strings

Since:
1.1
Author:
Dejan Bosanac

Constructor Summary
SimpleConverter()
           
 
Method Summary
 java.lang.Object convertToJSONPrimitive(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleConverter

public SimpleConverter()
Method Detail

convertToJSONPrimitive

public java.lang.Object convertToJSONPrimitive(java.lang.String text)
Specified by:
convertToJSONPrimitive in interface TypeConverter


Copyright © 2010. All Rights Reserved.