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

com.atlassian.json.schema.DefaultJsonSchemaGeneratorProvider 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 class DefaultJsonSchemaGeneratorProvider implements JsonSchemaGeneratorProvider
{
    @Override
    public JsonSchemaGenerator provide(EnumCase enumCase, InterfaceList interfaceList, JsonSchemaDocs schemaDocs, String ignoreFilter, String shortClassnameField)
    {
        return new DefaultJsonSchemaGenerator(enumCase, interfaceList, schemaDocs, ignoreFilter, shortClassnameField);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy