public interface OpenAPIExtension
Modifier and Type | Method and Description |
---|---|
void |
decorateOperation(Operation operation,
Method method,
Iterator<OpenAPIExtension> chain)
Decorates operation with additional vendor based extensions.
|
String |
extractOperationMethod(Method method,
Iterator<OpenAPIExtension> chain) |
ResolvedParameter |
extractParameters(List<Annotation> annotations,
Type type,
Set<Type> typesToSkip,
Components components,
javax.ws.rs.Consumes classConsumes,
javax.ws.rs.Consumes methodConsumes,
boolean includeRequestBody,
com.fasterxml.jackson.annotation.JsonView jsonViewAnnotation,
Iterator<OpenAPIExtension> chain) |
String extractOperationMethod(Method method, Iterator<OpenAPIExtension> chain)
ResolvedParameter extractParameters(List<Annotation> annotations, Type type, Set<Type> typesToSkip, Components components, javax.ws.rs.Consumes classConsumes, javax.ws.rs.Consumes methodConsumes, boolean includeRequestBody, com.fasterxml.jackson.annotation.JsonView jsonViewAnnotation, Iterator<OpenAPIExtension> chain)
void decorateOperation(Operation operation, Method method, Iterator<OpenAPIExtension> chain)
operation
- the operation, build from swagger definitionmethod
- the method for additional scanchain
- the chain with swagger extensions to processCopyright © 2021. All rights reserved.