Class JsonMapper

  • All Implemented Interfaces:
    ObjectMapper

    public class JsonMapper
    extends java.lang.Object
    implements ObjectMapper
    Created by Josh Gontijo on 5/5/17.
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonMapper()  
    • Method Summary

      Modifier and Type Method Description
      <T> T readValue​(java.lang.String value, java.lang.Class<T> valueType)  
      java.lang.String writeValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonMapper

        public JsonMapper()
    • Method Detail

      • readValue

        public <T> T readValue​(java.lang.String value,
                               java.lang.Class<T> valueType)
        Specified by:
        readValue in interface ObjectMapper
      • writeValue

        public java.lang.String writeValue​(java.lang.Object value)
        Specified by:
        writeValue in interface ObjectMapper