Uses of Class
io.quarkus.devui.runtime.jsonrpc.json.JsonTypeAdapter
-
Packages that use JsonTypeAdapter Package Description io.quarkus.devui.runtime.jsonrpc.json -
-
Uses of JsonTypeAdapter in io.quarkus.devui.runtime.jsonrpc.json
Methods in io.quarkus.devui.runtime.jsonrpc.json with parameters of type JsonTypeAdapter 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.
-