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

com.atlassian.json.schema.JsonSchemaGeneratorProvider Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package com.atlassian.json.schema;

import com.atlassian.json.schema.doclet.model.JsonSchemaDocs;
import com.atlassian.json.schema.scanner.model.InterfaceList;

public interface JsonSchemaGeneratorProvider
{

    JsonSchemaGenerator provide(EnumCase enumCase, InterfaceList interfaceList, JsonSchemaDocs schemaDocs, String ignoreFilter, String shortClassnameField);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy