Jettison 1.3.1-redhat-2

org.codehaus.jettison.mapped
Class SimpleConverter

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

public class SimpleConverter
extends Object
implements TypeConverter

Simple converter that treats everything as strings

Since:
1.1
Author:
Dejan Bosanac

Constructor Summary
SimpleConverter()
           
 
Method Summary
 Object convertToJSONPrimitive(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 Object convertToJSONPrimitive(String text)
Specified by:
convertToJSONPrimitive in interface TypeConverter

Jettison 1.3.1-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.