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.SyntaxHighlightAbstractSwaggerUiConfigProperties. syntaxHighlightThe Syntax highlight.Methods in org.springdoc.core that return SwaggerUiConfigProperties.SyntaxHighlight Modifier and Type Method Description SwaggerUiConfigProperties.SyntaxHighlightAbstractSwaggerUiConfigProperties. getSyntaxHighlight()Gets syntax highlight.Methods in org.springdoc.core with parameters of type SwaggerUiConfigProperties.SyntaxHighlight Modifier and Type Method Description voidAbstractSwaggerUiConfigProperties. setSyntaxHighlight(SwaggerUiConfigProperties.SyntaxHighlight syntaxHighlight)Sets syntax highlight.
-