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

t.jollyday-jackson.1.1.0.source-code.module-info Maven / Gradle / Ivy

import de.focus_shift.jollyday.core.spi.ConfigurationService;
import de.focus_shift.jollyday.jackson.JacksonConfigurationService;

module de.focus_shift.jollyday.jackson {

  provides ConfigurationService with
    JacksonConfigurationService;

  opens de.focus_shift.jollyday.jackson.mapping to
    com.fasterxml.jackson.annotation,
    com.fasterxml.jackson.databind;

  requires com.fasterxml.jackson.annotation;
  requires com.fasterxml.jackson.databind;
  requires com.fasterxml.jackson.dataformat.xml;
  requires de.focus_shift.jollyday.core;
  requires java.xml;
  requires org.slf4j;
  requires org.threeten.extra;

  exports de.focus_shift.jollyday.jackson to
    de.focus_shift.jollyday.core,
    de.focus_shift.jollyday.jackson.test;
  exports de.focus_shift.jollyday.jackson.mapping to
    com.fasterxml.jackson.databind,
    de.focus_shift.jollyday.jackson.test;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy