jar

de.codecentric.hikaku : hikaku-openapi

Maven & Gradle

Sep 02, 2021
194 stars

hikaku-openapi · A library that tests if the implementation of a REST-API meets its specification. This module contains a converter for OpenAPI specifications.

Table Of Contents

Latest Version

Download de.codecentric.hikaku : hikaku-openapi JAR file - Latest Versions:

All Versions

Download de.codecentric.hikaku : hikaku-openapi JAR file - All Versions:

Version Vulnerabilities Size Updated
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.1.x
2.0.x
1.1.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 hikaku-openapi-3.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.codecentric.hikaku.converters.openapi

├─ de.codecentric.hikaku.converters.openapi.OpenApiConverter.class - [JAR]

├─ de.codecentric.hikaku.converters.openapi.OpenApiConverterKt.class - [JAR]

de.codecentric.hikaku.converters.openapi.extensions

├─ de.codecentric.hikaku.converters.openapi.extensions.PathItemExtensionsKt.class - [JAR]

├─ de.codecentric.hikaku.converters.openapi.extensions.ReferencedSchemaKt.class - [JAR]

de.codecentric.hikaku.converters.openapi.extractors

├─ de.codecentric.hikaku.converters.openapi.extractors.ConsumesExtractor.class - [JAR]

├─ de.codecentric.hikaku.converters.openapi.extractors.HeaderParameterExtractor.class - [JAR]

├─ de.codecentric.hikaku.converters.openapi.extractors.PathParameterExtractor.class - [JAR]

├─ de.codecentric.hikaku.converters.openapi.extractors.ProducesExtractor.class - [JAR]

├─ de.codecentric.hikaku.converters.openapi.extractors.QueryParameterExtractor.class - [JAR]

Advertisement