All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.qsy7.serialization.jackson.json.ObjectMapperProvider Maven / Gradle / Ivy

The newest version!
// Generated by delombok at Sat Jan 13 17:08:42 EST 2024
package io.github.qsy7.serialization.jackson.json;

import com.fasterxml.jackson.databind.ObjectMapper;
import io.github.qsy7.serialization.jackson.AbstractObjectMapperProvider;
import jakarta.inject.Inject;
import jakarta.inject.Provider;

public class ObjectMapperProvider extends AbstractObjectMapperProvider implements Provider {
  protected ObjectMapper getInstance() {
    return new ObjectMapper();
  }

  @Inject
  @java.lang.SuppressWarnings("all")
  public ObjectMapperProvider() {
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy