![JAR search and dependency download from the Maven repository](/logo.png)
it.imolainformatica.openapi2jsonschema4j.base.IJsonSchemaGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openapi2jsonschema4j Show documentation
Show all versions of openapi2jsonschema4j Show documentation
Maven plugin used convert swagger 2.0 models to json schema draft 4 files
The newest version!
package it.imolainformatica.openapi2jsonschema4j.base;
import java.io.File;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.core.JsonGenerationException;
import com.fasterxml.jackson.databind.JsonMappingException;
import com.fasterxml.jackson.databind.JsonNode;
import io.swagger.models.Swagger;
import lombok.Getter;
public interface IJsonSchemaGenerator {
public Map generate(File interfaceFile) throws JsonGenerationException, JsonMappingException, IOException, Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy