Class SimpleConverter

  • All Implemented Interfaces:
    TypeConverter

    public class SimpleConverter
    extends java.lang.Object
    implements TypeConverter
    Simple converter that treats everything as strings
    Since:
    1.1
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleConverter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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()