Uses of Interface
org.springframework.graphql.test.tester.GraphQlTester.Entity
-
Uses of GraphQlTester.Entity in org.springframework.graphql.test.tester
Modifier and TypeInterfaceDescriptionstatic interface
GraphQlTester.Entity<D,
S extends GraphQlTester.Entity<D, S>> Contains a decoded entity and provides options to assert it.Modifier and TypeInterfaceDescriptionstatic interface
Contains a List of decoded entities and provides options to assert them.Modifier and TypeMethodDescription<D> GraphQlTester.Entity<D,
?> Convert the data at the given path to the target type.<D> GraphQlTester.Entity<D,
?> GraphQlTester.Path.entity
(ParameterizedTypeReference<D> entityType) Convert the data at the given path to the target type.