Interface JsonMapper.Factory

Enclosing interface:
JsonMapper

public static interface JsonMapper.Factory
  • Method Details

    • create

      JsonMapper create(JsonTypeAdapter<?,Map<String,Object>> jsonObjectAdapter, JsonTypeAdapter<?,List<?>> jsonArrayAdapter, JsonTypeAdapter<?,String> bufferAdapter)
      Creates the mapper, delegating to the deployment to configure and implement it.

      We can't implement it in the runtime because we don't have a dependency to Jackson in the runtime.

      Returns:
      A JSON mapper implemented in the deployment module.
    • deploymentLinker

      static io.quarkus.dev.console.DeploymentLinker<JsonMapper.Factory> deploymentLinker()