Uses of Interface
org.springframework.graphql.execution.SchemaMappingInspector.ClassResolver
Packages that use SchemaMappingInspector.ClassResolver
Package
Description
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL
.-
Uses of SchemaMappingInspector.ClassResolver in org.springframework.graphql.execution
Methods in org.springframework.graphql.execution with parameters of type SchemaMappingInspector.ClassResolverModifier and TypeMethodDescriptionSchemaMappingInspector.Initializer.classResolver
(SchemaMappingInspector.ClassResolver resolver) Alternative toSchemaMappingInspector.Initializer.classMapping(String, Class[])
with a customSchemaMappingInspector.ClassResolver
to find the Java class(es) for a GraphQL union member or interface implementation type.