public static class SpringDocConfigProperties.ApiDocs extends Object
Constructor and Description |
---|
ApiDocs() |
Modifier and Type | Method and Description |
---|---|
SpringDocConfigProperties.Groups |
getGroups()
Gets groups.
|
String |
getPath()
Gets path.
|
boolean |
isEnabled()
Is enabled boolean.
|
boolean |
isResolveSchemaProperties()
Is resolve schema properties boolean.
|
void |
setEnabled(boolean enabled)
Sets enabled.
|
void |
setGroups(SpringDocConfigProperties.Groups groups)
Sets groups.
|
void |
setPath(String path)
Sets path.
|
void |
setResolveSchemaProperties(boolean resolveSchemaProperties)
Sets resolve schema properties.
|
public String getPath()
public void setPath(String path)
path
- the pathpublic boolean isEnabled()
public void setEnabled(boolean enabled)
enabled
- the enabledpublic SpringDocConfigProperties.Groups getGroups()
public void setGroups(SpringDocConfigProperties.Groups groups)
groups
- the groupspublic boolean isResolveSchemaProperties()
public void setResolveSchemaProperties(boolean resolveSchemaProperties)
resolveSchemaProperties
- the resolve schema propertiesCopyright © 2021. All rights reserved.