Class DevUIDatabindCodec

java.lang.Object
io.quarkus.devui.deployment.jsonrpc.DevUIDatabindCodec
All Implemented Interfaces:
JsonMapper

public class DevUIDatabindCodec extends Object implements JsonMapper
  • Method Details

    • fromValue

      public <T> T fromValue(Object json, Class<T> clazz)
      Specified by:
      fromValue in interface JsonMapper
    • 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