Uses of Interface
io.quarkus.devui.runtime.jsonrpc.json.JsonMapper
Packages that use JsonMapper
Package
Description
-
Uses of JsonMapper in io.quarkus.devui.runtime.comms
Methods in io.quarkus.devui.runtime.comms with parameters of type JsonMapper -
Uses of JsonMapper in io.quarkus.devui.runtime.jsonrpc
Constructors in io.quarkus.devui.runtime.jsonrpc with parameters of type JsonMapperModifierConstructorDescriptionJsonRpcCodec(JsonMapper jsonMapper) (package private)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 JsonMapperModifier and TypeMethodDescriptionJsonMapper.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 JsonMapperModifier and TypeMethodDescriptionstatic io.quarkus.dev.console.DeploymentLinker<JsonMapper>JsonMapper.deploymentLinker()