注释类型 AutoConfigureJsonTesters
@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited @ImportAutoConfiguration @PropertyMapping("spring.test.jsontesters") public @interface AutoConfigureJsonTesters
Annotation that can be applied to a test class to enable and configure auto-configuration of JSON testers.- 从以下版本开始:
 - 1.4.0
 
可选元素概要
可选元素 修饰符和类型 可选元素 说明 booleanenabledIfBasicJsonTester,JacksonTesterandGsonTesterbeans should be registered.
元素详细资料
enabled
boolean enabled
IfBasicJsonTester,JacksonTesterandGsonTesterbeans should be registered. Defaults totrue- 返回:
 - if tester support is enabled
 
- 默认值:
 - true