Package org.springdoc.core
Class SwaggerUiConfigProperties.SyntaxHighlight
java.lang.Object
org.springdoc.core.SwaggerUiConfigProperties.SyntaxHighlight
- Enclosing class:
- SwaggerUiConfigProperties
The type Syntax highlight.
- Author:
- bnasslashen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets activated.getTheme()
Gets theme.boolean
Is present boolean.void
setActivated
(Boolean activated) Sets activated.void
Sets theme.
-
Constructor Details
-
SyntaxHighlight
public SyntaxHighlight()
-
-
Method Details
-
getActivated
Gets activated.- Returns:
- the activated
-
setActivated
Sets activated.- Parameters:
activated
- the activated
-
getTheme
Gets theme.- Returns:
- the theme
-
setTheme
Sets theme.- Parameters:
theme
- the theme
-
isPresent
public boolean isPresent()Is present boolean.- Returns:
- the boolean
-