public class AbstractSwaggerIndexTransformer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected SwaggerUiOAuthProperties |
swaggerUiOAuthProperties |
| Constructor and Description |
|---|
AbstractSwaggerIndexTransformer(SwaggerUiOAuthProperties swaggerUiOAuthProperties,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
addInitOauth(String html) |
protected String |
readFullyAsString(InputStream inputStream) |
protected SwaggerUiOAuthProperties swaggerUiOAuthProperties
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public AbstractSwaggerIndexTransformer(SwaggerUiOAuthProperties swaggerUiOAuthProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected String addInitOauth(String html) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionprotected String readFullyAsString(InputStream inputStream) throws IOException
IOExceptionCopyright © 2020. All rights reserved.