C G H I O R V 
All Classes All Packages

C

com.github.hauner.openapi.api - package com.github.hauner.openapi.api
 

G

getLatestVersion() - Method in interface io.openapiprocessor.api.v2.OpenApiProcessorVersion
The latest available version of this openapi-processor.
getName() - Method in interface com.github.hauner.openapi.api.OpenApiProcessor
Deprecated.
The identifying name of the openapi-processor.
getName() - Method in interface io.openapiprocessor.api.OpenApiProcessor
Deprecated.
The identifying name of the openapi-processor.
getName() - Method in interface io.openapiprocessor.api.v1.OpenApiProcessor
The identifying name of the openapi-processor.
getName() - Method in interface io.openapiprocessor.api.v2.OpenApiProcessor
The identifying name of the openapi-processor.
getName() - Method in interface io.openapiprocessor.api.v2.Version
the version of this openapi-processor.
getPublishedAt() - Method in interface io.openapiprocessor.api.v2.Version
the published date of this version.
getText() - Method in interface io.openapiprocessor.api.v2.Version
the version information.
getVersion() - Method in interface io.openapiprocessor.api.v1.Version
Deprecated.
The version string of the openapi-processor.
getVersion() - Method in interface io.openapiprocessor.api.v2.OpenApiProcessorVersion
The version of this openapi-processor.

H

hasNewerVersion() - Method in interface io.openapiprocessor.api.v2.OpenApiProcessorVersion
checks if there is newer version of this processor.

I

io.openapiprocessor.api - package io.openapiprocessor.api
 
io.openapiprocessor.api.v1 - package io.openapiprocessor.api.v1
 
io.openapiprocessor.api.v2 - package io.openapiprocessor.api.v2
 

O

OpenApiProcessor - Interface in com.github.hauner.openapi.api
Deprecated.
use OpenApiProcessor instead.
OpenApiProcessor - Interface in io.openapiprocessor.api
Deprecated.
use OpenApiProcessor instead.
OpenApiProcessor - Interface in io.openapiprocessor.api.v1
To make an openapi-processor available to a consumer (for example the openapi-processor-gradle plugin) it must implement this interface and have a META-INF/services/io.openapiprocessor.api.v1.OpenApiProcessor property file in the resources with the class name of the implementing class.
OpenApiProcessor - Interface in io.openapiprocessor.api.v2
To make an openapi-processor available to a consumer (for example the openapi-processor-gradle plugin) it must implement this interface and have a META-INF/services/io.openapiprocessor.api.v1.OpenApiProcessor property file in the resources with the class name of the implementing class.
OpenApiProcessorVersion - Interface in io.openapiprocessor.api.v2
Interface to provide (optional) version information of a processor.

R

run(Map<String, ?>) - Method in interface com.github.hauner.openapi.api.OpenApiProcessor
Deprecated.
Runs the openapi-processor with the given options.
run(Map<String, ?>) - Method in interface io.openapiprocessor.api.OpenApiProcessor
Deprecated.
Runs the openapi-processor with the given options.
run(Map<String, ?>) - Method in interface io.openapiprocessor.api.v1.OpenApiProcessor
Runs the openapi-processor with the given options.
run(Map<String, ?>) - Method in interface io.openapiprocessor.api.v2.OpenApiProcessor
Runs the openapi-processor with the given options.

V

Version - Interface in io.openapiprocessor.api.v1
Deprecated.
Version - Interface in io.openapiprocessor.api.v2
details of a version.
C G H I O R V 
All Classes All Packages