public interface OpenAPIExtension
Modifier and Type | Method and Description |
---|---|
void |
decorateOperation(io.swagger.v3.oas.models.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,
io.swagger.v3.oas.models.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, io.swagger.v3.oas.models.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(io.swagger.v3.oas.models.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 © 2020 JBoss by Red Hat. All rights reserved.