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 Boolean
getActivated()
Gets activated.String
getTheme()
Gets theme.boolean
isPresent()
Is present boolean.void
setActivated(Boolean activated)
Sets activated.void
setTheme(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
-
-