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 reactive web 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 for a JSON test that focuses only on JSON serialization. -
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.