Class MockMvcSupport.MockMvcProperties
java.lang.Object
com.c4_soft.springaddons.security.oauth2.test.mockmvc.MockMvcSupport.MockMvcProperties
- Enclosing class:
- MockMvcSupport
@Configuration
@ConfigurationProperties(prefix="com.c4-soft.springaddons.test.web")
public static class MockMvcSupport.MockMvcProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSecure()voidsetDefaultCharset(String defaultCharset) voidsetDefaultMediaType(String defaultMediaType) voidsetSecure(boolean isSecure)
-
Constructor Details
-
MockMvcProperties
public MockMvcProperties()
-
-
Method Details
-
getDefaultMediaType
-
setDefaultMediaType
-
getDefaultCharset
-
setDefaultCharset
-
isSecure
public boolean isSecure() -
setSecure
public void setSecure(boolean isSecure)
-