Class TextPlainMapper

  • All Implemented Interfaces:
    ObjectMapper

    public class TextPlainMapper
    extends java.lang.Object
    implements ObjectMapper
    • Constructor Summary

      Constructors 
      Constructor Description
      TextPlainMapper()  
    • 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

      • TextPlainMapper

        public TextPlainMapper()
    • 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