Class MockMvcSupport.MockMvcProperties

  • Enclosing class:
    MockMvcSupport

    @Configuration
    @ConfigurationProperties(prefix="com.c4-soft.springaddons.test.web")
    public static class MockMvcSupport.MockMvcProperties
    extends Object
    • Constructor Detail

      • MockMvcProperties

        public MockMvcProperties()
    • 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)