jar

com.github.jrcodeza : spring-openapi-schema-generator

Maven & Gradle

Sep 22, 2020
1 usages
38 stars

Spring Open API - Schema generator

Table Of Contents

Latest Version

Download com.github.jrcodeza : spring-openapi-schema-generator JAR file - Latest Versions:

All Versions

Download com.github.jrcodeza : spring-openapi-schema-generator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-openapi-schema-generator-1.4.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.jrcodeza.schema.generator.config

├─ com.github.jrcodeza.schema.generator.config.OpenApiGeneratorConfig.class - [JAR]

com.github.jrcodeza.schema.generator.interceptors.examples

├─ com.github.jrcodeza.schema.generator.interceptors.examples.OpenApiExampleResolver.class - [JAR]

├─ com.github.jrcodeza.schema.generator.interceptors.examples.OperationParameterExampleInterceptor.class - [JAR]

com.github.jrcodeza.schema.generator.model

├─ com.github.jrcodeza.schema.generator.model.CustomComposedSchema.class - [JAR]

├─ com.github.jrcodeza.schema.generator.model.Header.class - [JAR]

├─ com.github.jrcodeza.schema.generator.model.InheritanceInfo.class - [JAR]

com.github.jrcodeza.schema.generator.util

├─ com.github.jrcodeza.schema.generator.util.CommonConstants.class - [JAR]

├─ com.github.jrcodeza.schema.generator.util.GeneratorUtils.class - [JAR]

├─ com.github.jrcodeza.schema.generator.util.SchemaGeneratorHelper.class - [JAR]

com.github.jrcodeza.schema.generator.filters

├─ com.github.jrcodeza.schema.generator.filters.OperationFilter.class - [JAR]

├─ com.github.jrcodeza.schema.generator.filters.OperationParameterFilter.class - [JAR]

├─ com.github.jrcodeza.schema.generator.filters.SchemaFieldFilter.class - [JAR]

com.github.jrcodeza.schema.generator.config.builder

├─ com.github.jrcodeza.schema.generator.config.builder.OpenApiGeneratorConfigBuilder.class - [JAR]

com.github.jrcodeza.schema.generator.interceptors

├─ com.github.jrcodeza.schema.generator.interceptors.OperationInterceptor.class - [JAR]

├─ com.github.jrcodeza.schema.generator.interceptors.OperationParameterInterceptor.class - [JAR]

├─ com.github.jrcodeza.schema.generator.interceptors.RequestBodyInterceptor.class - [JAR]

├─ com.github.jrcodeza.schema.generator.interceptors.SchemaFieldInterceptor.class - [JAR]

├─ com.github.jrcodeza.schema.generator.interceptors.SchemaInterceptor.class - [JAR]

com.github.jrcodeza.schema.generator

├─ com.github.jrcodeza.schema.generator.ComponentSchemaTransformer.class - [JAR]

├─ com.github.jrcodeza.schema.generator.OpenAPIGenerator.class - [JAR]

├─ com.github.jrcodeza.schema.generator.OperationsTransformer.class - [JAR]