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

io.quarkus.smallrye.openapi.runtime.OpenApiDocumentHolder Maven / Gradle / Ivy

There is a newer version: 3.17.0.CR1
Show newest version
package io.quarkus.smallrye.openapi.runtime;

/**
 * Holds instances of the OpenAPI Document
 */
public interface OpenApiDocumentHolder {

    public byte[] getJsonDocument();

    public byte[] getYamlDocument();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy