Uses of Interface
io.quarkus.devui.runtime.jsonrpc.json.JsonMapper
-
Packages that use JsonMapper Package Description io.quarkus.devui.runtime.comms io.quarkus.devui.runtime.jsonrpc io.quarkus.devui.runtime.jsonrpc.json -
-
Uses of JsonMapper in io.quarkus.devui.runtime.comms
Methods in io.quarkus.devui.runtime.comms with parameters of type JsonMapper Modifier and Type Method Description voidJsonRpcRouter. initializeCodec(JsonMapper jsonMapper) -
Uses of JsonMapper in io.quarkus.devui.runtime.jsonrpc
Constructors in io.quarkus.devui.runtime.jsonrpc with parameters of type JsonMapper Constructor Description JsonRpcCodec(JsonMapper jsonMapper)JsonRpcRequest(JsonMapper jsonMapper, io.vertx.core.json.JsonObject jsonObject) -
Uses of JsonMapper in io.quarkus.devui.runtime.jsonrpc.json
Methods in io.quarkus.devui.runtime.jsonrpc.json that return JsonMapper Modifier and Type Method Description JsonMapperJsonMapper.Factory. create(JsonTypeAdapter<?,Map<String,Object>> jsonObjectAdapter, JsonTypeAdapter<?,List<?>> jsonArrayAdapter, JsonTypeAdapter<?,String> bufferAdapter)Creates the mapper, delegating to the deployment to configure and implement it.Methods in io.quarkus.devui.runtime.jsonrpc.json that return types with arguments of type JsonMapper Modifier and Type Method Description static io.quarkus.dev.console.DeploymentLinker<JsonMapper>JsonMapper. deploymentLinker()
-