Package org.springdoc.core
Class SwaggerUiConfigProperties.SyntaxHighlight
- java.lang.Object
-
- org.springdoc.core.SwaggerUiConfigProperties.SyntaxHighlight
-
- Enclosing class:
- SwaggerUiConfigProperties
public static class SwaggerUiConfigProperties.SyntaxHighlight extends Object
The type Syntax highlight.- Author:
- bnasslashen
-
-
Constructor Summary
Constructors Constructor Description SyntaxHighlight()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetActivated()Gets activated.StringgetTheme()Gets theme.booleanisPresent()Is present boolean.voidsetActivated(Boolean activated)Sets activated.voidsetTheme(String theme)Sets theme.
-
-
-
Method Detail
-
getActivated
public Boolean getActivated()
Gets activated.- Returns:
- the activated
-
setActivated
public void setActivated(Boolean activated)
Sets activated.- Parameters:
activated- the activated
-
getTheme
public String getTheme()
Gets theme.- Returns:
- the theme
-
setTheme
public void setTheme(String theme)
Sets theme.- Parameters:
theme- the theme
-
isPresent
public boolean isPresent()
Is present boolean.- Returns:
- the boolean
-
-