Class DevUIDatabindCodec

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

public class DevUIDatabindCodec extends Object implements io.quarkus.devui.runtime.jsonrpc.json.JsonMapper
  • Method Details

    • fromValue

      public <T> T fromValue(Object json, Class<T> clazz)
      Specified by:
      fromValue in interface io.quarkus.devui.runtime.jsonrpc.json.JsonMapper
    • fromString

      public <T> T fromString(String str, Class<T> clazz) throws io.vertx.core.json.DecodeException
      Specified by:
      fromString in interface io.quarkus.devui.runtime.jsonrpc.json.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 io.quarkus.devui.runtime.jsonrpc.json.JsonMapper
      Throws:
      io.vertx.core.json.EncodeException