Class ObjectMapperImpl

  • All Implemented Interfaces:
    kong.unirest.ObjectMapper

    public final class ObjectMapperImpl
    extends java.lang.Object
    implements kong.unirest.ObjectMapper
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T readValue​(java.lang.String value, java.lang.Class<T> valueType)  
      <T> T readValue​(java.lang.String value, kong.unirest.GenericType<T> genericType)  
      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

      • ObjectMapperImpl

        public ObjectMapperImpl()
    • Method Detail

      • readValue

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

        public <T> T readValue​(java.lang.String value,
                               kong.unirest.GenericType<T> genericType)
        Specified by:
        readValue in interface kong.unirest.ObjectMapper
      • writeValue

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