public class JaxrsOpenApiContext<T extends JaxrsOpenApiContext> extends GenericOpenApiContext<JaxrsOpenApiContext> implements OpenApiContext
configLocation, id, parent, resourceClasses, resourcePackages
OPENAPI_CONTEXT_ID_DEFAULT, OPENAPI_CONTEXT_ID_KEY, OPENAPI_CONTEXT_ID_PREFIX
Constructor and Description |
---|
JaxrsOpenApiContext() |
Modifier and Type | Method and Description |
---|---|
T |
app(javax.ws.rs.core.Application app) |
protected OpenApiReader |
buildReader(OpenAPIConfiguration openApiConfiguration) |
protected OpenApiScanner |
buildScanner(OpenAPIConfiguration openApiConfiguration) |
buildModelConverters, buildObjectMapperProcessor, cacheTTL, configLocation, getCacheTTL, getConfigLocation, getId, getKnownLocations, getLocationLoaders, getModelConverters, getObjectMapperProcessor, getOpenApiConfiguration, getOpenApiReader, getOpenApiScanner, getOutputJsonMapper, getOutputYamlMapper, getParent, getResourceClasses, getResourcePackages, id, init, loadConfiguration, modelConverters, objectMapperProcessor, openApiConfiguration, openApiReader, openApiScanner, outputJsonMapper, outputYamlMapper, parent, read, register, resetReader, resourceClasses, resourcePackages, setCacheTTL, setConfigLocation, setId, setModelConverters, setObjectMapperProcessor, setOpenApiConfiguration, setOpenApiReader, setOpenApiScanner, setOutputJsonMapper, setOutputYamlMapper, setParent, setResourceClasses, setResourcePackages
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConfigLocation, getId, getOpenApiConfiguration, getOutputJsonMapper, getOutputYamlMapper, getParent, init, read, setModelConverters, setObjectMapperProcessor, setOpenApiReader, setOpenApiScanner, setOutputJsonMapper, setOutputYamlMapper
public T app(javax.ws.rs.core.Application app)
protected OpenApiReader buildReader(OpenAPIConfiguration openApiConfiguration) throws Exception
buildReader
in class GenericOpenApiContext<JaxrsOpenApiContext>
Exception
protected OpenApiScanner buildScanner(OpenAPIConfiguration openApiConfiguration) throws Exception
buildScanner
in class GenericOpenApiContext<JaxrsOpenApiContext>
Exception
Copyright © 2021. All rights reserved.