Annotation Interface 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
    boolean
    If BasicJsonTester, JacksonTester, JsonbTester and GsonTester beans should be registered.
  • Element Details

    • enabled

      boolean enabled
      If BasicJsonTester, JacksonTester, JsonbTester and GsonTester beans should be registered. Defaults to true.
      Returns:
      if tester support is enabled
      Default:
      true