Annotation Type 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.- Since:
- 1.4.0
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanenabledIfBasicJsonTester,JacksonTesterandGsonTesterbeans should be registered.
Element Detail
enabled
boolean enabled
IfBasicJsonTester,JacksonTesterandGsonTesterbeans should be registered. Defaults totrue- Returns:
- if tester support is enabled
- Default:
- true