Uses of Annotation Interface
org.springframework.boot.test.autoconfigure.json.AutoConfigureJson
Packages that use AutoConfigureJson
Package
Description
Auto-configuration for GraphQL testing.
Auto-configuration for JSON tests.
Auto-configuration for web clients.
Auto-configuration for reactive web tests.
Auto-configuration for Spring MVC tests.
-
Uses of AutoConfigureJson in org.springframework.boot.test.autoconfigure.graphql
Classes in org.springframework.boot.test.autoconfigure.graphql with annotations of type AutoConfigureJsonModifier and TypeClassDescription@interface
Annotation to perform GraphQL tests focusing on GraphQL request execution without a Web layer, and loading only a subset of the application configuration. -
Uses of AutoConfigureJson in org.springframework.boot.test.autoconfigure.json
Classes in org.springframework.boot.test.autoconfigure.json with annotations of type AutoConfigureJsonModifier and TypeClassDescription@interface
Annotation that can be applied to a test class to enable and configure auto-configuration of JSON testers. -
Uses of AutoConfigureJson in org.springframework.boot.test.autoconfigure.web.client
Classes in org.springframework.boot.test.autoconfigure.web.client with annotations of type AutoConfigureJsonModifier and TypeClassDescription@interface
Annotation that can be applied to a test class to enable and configure auto-configuration of web clients. -
Uses of AutoConfigureJson in org.springframework.boot.test.autoconfigure.web.reactive
Classes in org.springframework.boot.test.autoconfigure.web.reactive with annotations of type AutoConfigureJsonModifier and TypeClassDescription@interface
Annotation that can be used for a Spring WebFlux test that focuses only on Spring WebFlux components. -
Uses of AutoConfigureJson in org.springframework.boot.test.autoconfigure.web.servlet
Classes in org.springframework.boot.test.autoconfigure.web.servlet with annotations of type AutoConfigureJsonModifier and TypeClassDescription@interface
Auto-configuration imports
for typical Spring MVC tests.