Uses of Class
org.springframework.graphql.data.method.annotation.support.AnnotatedControllerDetectionSupport
Packages that use AnnotatedControllerDetectionSupport
Package
Description
Integration for Apollo federation that provides a
FederationSchemaFactory to
set up the schema with, and supports the fetching of federated types
via @EntityMapping
controller methods.Resolvers for method parameters of annotated handler methods.
-
Uses of AnnotatedControllerDetectionSupport in org.springframework.graphql.data.federation
Modifier and TypeClassDescriptionfinal classDetects@EntityMappinghandler methods on controllers declared in Spring configuration, and provides factory methods to createGraphQLSchemaorSchemaTransformer. -
Uses of AnnotatedControllerDetectionSupport in org.springframework.graphql.data.method.annotation.support
Subclasses of AnnotatedControllerDetectionSupport in org.springframework.graphql.data.method.annotation.supportModifier and TypeClassDescriptionclassRuntimeWiringConfigurerthat finds@SchemaMappingand@BatchMappingmethods in@Controllerclasses, and registers them asDataFetchers.