Class DevUIDatabindCodec

    • Method Detail

      • fromString

        public <T> T fromString​(String str,
                                Class<T> clazz)
                         throws io.vertx.core.json.DecodeException
        Specified by:
        fromString in interface JsonMapper
        Throws:
        io.vertx.core.json.DecodeException
      • toString

        public String toString​(Object object,
                               boolean pretty)
                        throws io.vertx.core.json.EncodeException
        Specified by:
        toString in interface JsonMapper
        Throws:
        io.vertx.core.json.EncodeException