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 Constructor Description MockMvcProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultCharset()StringgetDefaultMediaType()booleanisSecure()voidsetDefaultCharset(String defaultCharset)voidsetDefaultMediaType(String defaultMediaType)voidsetSecure(boolean isSecure)
-
-
-
Method Detail
-
getDefaultMediaType
public String getDefaultMediaType()
-
setDefaultMediaType
public void setDefaultMediaType(String defaultMediaType)
-
getDefaultCharset
public String getDefaultCharset()
-
setDefaultCharset
public void setDefaultCharset(String defaultCharset)
-
isSecure
public boolean isSecure()
-
setSecure
public void setSecure(boolean isSecure)
-
-