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

com.reprezen.genflow.api.openapi3.package-info Maven / Gradle / Ivy

/*******************************************************************************
 * Copyright © 2013, 2017 Modelsolv, Inc.
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property
 * of ModelSolv, Inc. See the file license.html in the root directory of
 * this project for further information.
 *******************************************************************************/
/**
 * This package contains specializations of various CodeGen API classes to
 * support GenTemplates with a OpenAPI v3 model as a primary source. The
 * {@link com.reprezen.kaizen.oasparser.model3.OpenApi3} class is used to
 * reprezent OpenAPI v3 models.
 * 

* Classes include: *

*
{@link OpenApi3Source}
*
An {@link com.reprezen.genflow.api.source.ISource} implementation that * can load OpenAPI v3 files.
*
{@link OpenApi3Locator}
*
A locator that can be used to locate and dereference structures within a * OpenAPI v33 definition.
*
{@link OpenApi3GenTemplate}
*
A class that extends * {@link com.reprezen.genflow.api.template.GenTemplate}, using * {@link OpenApi3Source} as the primary source.
*
{@link OpenApi3OutputItem}
*
An implementation of * {@link com.reprezen.genflow.api.outputitem.IOutputItem} that uses * {@link com.reprezen.kaizen.oasparser.model3.OpenApi3} as both its primary * type and its input type. *
* * @author Andy Lowry * */ package com.reprezen.genflow.api.openapi3;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy