Class SpringfoxConfigurationProperties.Swagger2Configuration
- java.lang.Object
-
- springfox.boot.starter.autoconfigure.SpringfoxConfigurationProperties.Swagger2Configuration
-
- Enclosing class:
- SpringfoxConfigurationProperties
public static class SpringfoxConfigurationProperties.Swagger2Configuration extends java.lang.Object
Configuration properties related to swagger 2.0 specification.- Since:
- 3.0.0
-
-
Constructor Summary
Constructors Constructor Description Swagger2Configuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getHost()
boolean
isEnabled()
boolean
isUseModelV3()
void
setEnabled(boolean enabled)
void
setHost(java.lang.String host)
void
setUseModelV3(boolean useModelV3)
-
-
-
Method Detail
-
getHost
public java.lang.String getHost()
-
setHost
public void setHost(java.lang.String host)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
isUseModelV3
public boolean isUseModelV3()
-
setUseModelV3
public void setUseModelV3(boolean useModelV3)
-
-