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

ets.phenopackettools.phenopacket-tools-validator-jsonschema.1.0.0-RC3.source-code.module-info Maven / Gradle / Ivy

/**
 * Defines a {@link org.phenopackets.phenopackettools.validator.core.ValidationWorkflowRunner} with base
 * validation backed by a JSON schema.
 * 

* The module provides {@link org.phenopackets.phenopackettools.validator.jsonschema.JsonSchemaValidationWorkflowRunner} * an implementation of {@link org.phenopackets.phenopackettools.validator.core.ValidationWorkflowRunner} * backed by a JSON schema validator. * * @see org.phenopackets.phenopackettools.validator.jsonschema.JsonSchemaValidationWorkflowRunner */ module org.phenopackets.phenopackettools.validator.jsonschema { requires org.phenopackets.phenopackettools.util; requires transitive org.phenopackets.phenopackettools.validator.core; requires org.phenopackets.schema; requires com.fasterxml.jackson.databind; requires json.schema.validator; requires org.slf4j; exports org.phenopackets.phenopackettools.validator.jsonschema; opens org.phenopackets.phenopackettools.validator.jsonschema; opens org.phenopackets.phenopackettools.validator.jsonschema.v2; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy