@Configuration @ConfigurationProperties(prefix="com.c4-soft.springaddons.test.web") public static class MockMvcSupport.MockMvcProperties extends Object
| Constructor and Description |
|---|
MockMvcProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultCharset() |
String |
getDefaultMediaType() |
boolean |
isSecure() |
void |
setDefaultCharset(String defaultCharset) |
void |
setDefaultMediaType(String defaultMediaType) |
void |
setSecure(boolean isSecure) |
public String getDefaultMediaType()
public void setDefaultMediaType(String defaultMediaType)
public String getDefaultCharset()
public void setDefaultCharset(String defaultCharset)
public boolean isSecure()
public void setSecure(boolean isSecure)
Copyright © 2021. All rights reserved.