public class OperationParser extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENTS_REF |
Constructor and Description |
---|
OperationParser() |
Modifier and Type | Method and Description |
---|---|
static Optional<io.swagger.v3.oas.models.responses.ApiResponses> |
getApiResponses(io.swagger.v3.oas.annotations.responses.ApiResponse[] responses,
javax.ws.rs.Produces classProduces,
javax.ws.rs.Produces methodProduces,
io.swagger.v3.oas.models.Components components,
com.fasterxml.jackson.annotation.JsonView jsonViewAnnotation) |
static Optional<io.swagger.v3.oas.models.parameters.RequestBody> |
getRequestBody(io.swagger.v3.oas.annotations.parameters.RequestBody requestBody,
javax.ws.rs.Consumes classConsumes,
javax.ws.rs.Consumes methodConsumes,
io.swagger.v3.oas.models.Components components,
com.fasterxml.jackson.annotation.JsonView jsonViewAnnotation) |
public static final String COMPONENTS_REF
public static Optional<io.swagger.v3.oas.models.parameters.RequestBody> getRequestBody(io.swagger.v3.oas.annotations.parameters.RequestBody requestBody, javax.ws.rs.Consumes classConsumes, javax.ws.rs.Consumes methodConsumes, io.swagger.v3.oas.models.Components components, com.fasterxml.jackson.annotation.JsonView jsonViewAnnotation)
public static Optional<io.swagger.v3.oas.models.responses.ApiResponses> getApiResponses(io.swagger.v3.oas.annotations.responses.ApiResponse[] responses, javax.ws.rs.Produces classProduces, javax.ws.rs.Produces methodProduces, io.swagger.v3.oas.models.Components components, com.fasterxml.jackson.annotation.JsonView jsonViewAnnotation)
Copyright © 2020 JBoss by Red Hat. All rights reserved.