Uses of Class
org.springdoc.core.SwaggerUiConfigProperties.SyntaxHighlight
-
Packages that use SwaggerUiConfigProperties.SyntaxHighlight Package Description org.springdoc.core -
-
Uses of SwaggerUiConfigProperties.SyntaxHighlight in org.springdoc.core
Fields in org.springdoc.core declared as SwaggerUiConfigProperties.SyntaxHighlight Modifier and Type Field Description protected SwaggerUiConfigProperties.SyntaxHighlight
AbstractSwaggerUiConfigProperties. syntaxHighlight
The Syntax highlight.Methods in org.springdoc.core that return SwaggerUiConfigProperties.SyntaxHighlight Modifier and Type Method Description SwaggerUiConfigProperties.SyntaxHighlight
AbstractSwaggerUiConfigProperties. getSyntaxHighlight()
Gets syntax highlight.Methods in org.springdoc.core with parameters of type SwaggerUiConfigProperties.SyntaxHighlight Modifier and Type Method Description void
AbstractSwaggerUiConfigProperties. setSyntaxHighlight(SwaggerUiConfigProperties.SyntaxHighlight syntaxHighlight)
Sets syntax highlight.
-