Class JaxRsProperties
- java.lang.Object
-
- net.n2oapp.platform.jaxrs.autoconfigure.JaxRsProperties
-
@ConfigurationProperties(prefix="jaxrs") public class JaxRsProperties extends Object
Настройки JaxRS конфигурации
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJaxRsProperties.Loggingstatic classJaxRsProperties.Swagger
-
Constructor Summary
Constructors Constructor Description JaxRsProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JaxRsProperties.LogginggetLoggingIn()JaxRsProperties.LogginggetLoggingOut()JaxRsProperties.SwaggergetSwagger()booleanisJsr303()voidsetJsr303(boolean jsr303)
-
-
-
Method Detail
-
getSwagger
public JaxRsProperties.Swagger getSwagger()
-
getLoggingIn
public JaxRsProperties.Logging getLoggingIn()
-
getLoggingOut
public JaxRsProperties.Logging getLoggingOut()
-
isJsr303
public boolean isJsr303()
-
setJsr303
public void setJsr303(boolean jsr303)
-
-