Class JsonMapper.Builder

Enclosing class:
JsonMapper

public static class JsonMapper.Builder extends MapperBuilder<JsonMapper,JsonMapper.Builder>
Base implementation for "Vanilla" ObjectMapper, used with JSON dataformat backend.
  • Constructor Details

    • Builder

      public Builder(tools.jackson.core.json.JsonFactory f)
    • Builder

      public Builder(JsonMapper.Builder.StateImpl state)
      NOTE: while public, not exposed as part of public API.
      Parameters:
      state - State from which to restore state of this builder
  • Method Details