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