Annotation Interface AutoConfigureJson
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureJson
Auto-configuration imports
for typical JSON tests. Most
tests should consider using @JsonTest
rather than using this
annotation directly.- Since:
- 1.4.0
- Author:
- Phillip Webb
- See Also: