Uses of Class
org.springframework.graphql.data.method.annotation.support.DataFetcherMappingInfo
Packages that use DataFetcherMappingInfo
Package
Description
Resolvers for method parameters of annotated handler methods.
-
Uses of DataFetcherMappingInfo in org.springframework.graphql.data.method.annotation.support
Methods in org.springframework.graphql.data.method.annotation.support that return DataFetcherMappingInfoModifier and TypeMethodDescriptionprotected DataFetcherMappingInfoAnnotatedControllerConfigurer.getMappingInfo(Method method, Object handler, Class<?> handlerType) Methods in org.springframework.graphql.data.method.annotation.support with parameters of type DataFetcherMappingInfoModifier and TypeMethodDescriptionprotected HandlerMethodAnnotatedControllerConfigurer.getHandlerMethod(DataFetcherMappingInfo mappingInfo) Constructors in org.springframework.graphql.data.method.annotation.support with parameters of type DataFetcherMappingInfoModifierConstructorDescriptionDataFetcherMappingInfo(String typeName, DataFetcherMappingInfo info)