Package org.springdoc.core.properties
Class SpringDocConfigProperties.ApiDocs
java.lang.Object
org.springdoc.core.properties.SpringDocConfigProperties.ApiDocs
- Enclosing class:
- SpringDocConfigProperties
The type Api docs.
- Author:
- bnasslahsen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets groups.getPath()
Gets path.boolean
Is enabled boolean.boolean
Is resolve schema properties boolean.void
setEnabled
(boolean enabled) Sets enabled.void
Sets groups.void
Sets path.void
setResolveSchemaProperties
(boolean resolveSchemaProperties) Sets resolve schema properties.
-
Constructor Details
-
ApiDocs
public ApiDocs()
-
-
Method Details
-
getPath
Gets path.- Returns:
- the path
-
setPath
Sets path.- Parameters:
path
- the path
-
isEnabled
public boolean isEnabled()Is enabled boolean.- Returns:
- the boolean
-
setEnabled
public void setEnabled(boolean enabled) Sets enabled.- Parameters:
enabled
- the enabled
-
getGroups
Gets groups.- Returns:
- the groups
-
setGroups
Sets groups.- Parameters:
groups
- the groups
-
isResolveSchemaProperties
public boolean isResolveSchemaProperties()Is resolve schema properties boolean.- Returns:
- the boolean
-
setResolveSchemaProperties
public void setResolveSchemaProperties(boolean resolveSchemaProperties) Sets resolve schema properties.- Parameters:
resolveSchemaProperties
- the resolve schema properties
-