C G I O R V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.github.hauner.openapi.api - package com.github.hauner.openapi.api
G
- 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.
- getVersion() - Method in interface io.openapiprocessor.api.v1.Version
-
The version string of the openapi-processor.
I
- io.openapiprocessor.api - package io.openapiprocessor.api
- io.openapiprocessor.api.v1 - package io.openapiprocessor.api.v1
O
- OpenApiProcessor - Interface in com.github.hauner.openapi.api
-
Deprecated.use
OpenApiProcessorinstead. - OpenApiProcessor - Interface in io.openapiprocessor.api
-
Deprecated.use
OpenApiProcessorinstead. - 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.OpenApiProcessorproperty file in the resources with the class name of the implementing class.
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.
V
- Version - Interface in io.openapiprocessor.api.v1
-
(experimental & optional) interface to provide version information of the processor.
All Classes All Packages