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 web clients.
Auto-configuration for JSON tests.
Auto-configuration for web clients.
Auto-configuration for Spring WebFlux tests.
Auto-configuration for Spring MVC tests.
-
Uses of AutoConfigureJson in org.springframework.boot.graphql.test.autoconfigure
Classes in org.springframework.boot.graphql.test.autoconfigure with annotations of type AutoConfigureJsonModifier and TypeClassDescription@interfaceAnnotation 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.restclient.test.autoconfigure
Classes in org.springframework.boot.restclient.test.autoconfigure with annotations of type AutoConfigureJsonModifier and TypeClassDescription@interfaceAnnotation that can be applied to a test class to enable auto-configuration of aRestClient.Builderand aRestTemplateBuilder. -
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@interfaceAnnotation that can be applied to a test class to enable and configure auto-configuration of JSON testers. -
Uses of AutoConfigureJson in org.springframework.boot.webclient.test.autoconfigure
Classes in org.springframework.boot.webclient.test.autoconfigure with annotations of type AutoConfigureJsonModifier and TypeClassDescription@interfaceAnnotation that can be applied to a test class to enable auto-configuration of aWebClient.Builder. -
Uses of AutoConfigureJson in org.springframework.boot.webflux.test.autoconfigure
Classes in org.springframework.boot.webflux.test.autoconfigure with annotations of type AutoConfigureJsonModifier and TypeClassDescription@interfaceAnnotation that can be used for a Spring WebFlux test that focuses only on Spring WebFlux components. -
Uses of AutoConfigureJson in org.springframework.boot.webmvc.test.autoconfigure
Classes in org.springframework.boot.webmvc.test.autoconfigure with annotations of type AutoConfigureJsonModifier and TypeClassDescription@interfaceAuto-configuration importsfor typical Spring MVC tests.