Uses of Enum Class
org.springframework.boot.webmvc.test.autoconfigure.MockMvcPrint
Packages that use MockMvcPrint
Package
Description
Auto-configuration for Spring MVC tests.
-
Uses of MockMvcPrint in org.springframework.boot.webmvc.test.autoconfigure
Subclasses with type arguments of type MockMvcPrint in org.springframework.boot.webmvc.test.autoconfigureMethods in org.springframework.boot.webmvc.test.autoconfigure that return MockMvcPrintModifier and TypeMethodDescriptionSpringBootMockMvcBuilderCustomizer.getPrint()static MockMvcPrintReturns the enum constant of this class with the specified name.static MockMvcPrint[]MockMvcPrint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.webmvc.test.autoconfigure with parameters of type MockMvcPrintModifier and TypeMethodDescriptionvoidSpringBootMockMvcBuilderCustomizer.setPrint(MockMvcPrint print)