Skip navigation links
Spring for GraphQL
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.springframework.graphql.data.GraphQlArgumentBinder.addDataBinderInitializer(Consumer<DataBinder>)
    this property is deprecated, ignored, and should not be necessary as a DataBinder is no longer used to bind arguments
    org.springframework.graphql.data.method.annotation.support.AnnotatedControllerConfigurer.setDataBinderInitializer(Consumer<DataBinder>)
    this property is deprecated, ignored, and should not be necessary as a DataBinder is no longer used to bind arguments
    org.springframework.graphql.data.method.annotation.support.BatchLoaderHandlerMethod(HandlerMethod, Executor)
    in favor of alternative constructor
    org.springframework.graphql.data.method.annotation.support.DataFetcherHandlerMethod(HandlerMethod, HandlerMethodArgumentResolverComposite, BiConsumer<Object, Object[]>, Executor, boolean)
    in favor of alternative constructor
    org.springframework.graphql.data.method.InvocableHandlerMethodSupport(HandlerMethod, Executor)
    in favor of alternative constructor
    org.springframework.graphql.data.query.QueryByExampleDataFetcher.Builder.defaultScrollSubrange(ScrollSubrange)
    in favor of QueryByExampleDataFetcher.Builder.defaultScrollSubrange(int, Function)
    org.springframework.graphql.data.query.QueryByExampleDataFetcher.ReactiveBuilder.defaultScrollSubrange(ScrollSubrange)
    in favor of QueryByExampleDataFetcher.ReactiveBuilder.defaultScrollSubrange(int, Function)
    org.springframework.graphql.data.query.QuerydslDataFetcher.Builder.defaultScrollSubrange(ScrollSubrange)
    in favor of QuerydslDataFetcher.Builder.defaultScrollSubrange(int, Function)
    org.springframework.graphql.data.query.QuerydslDataFetcher.ReactiveBuilder.defaultScrollSubrange(ScrollSubrange)
    in favor of QuerydslDataFetcher.ReactiveBuilder.defaultScrollSubrange(int, Function)
    org.springframework.graphql.execution.ContextSnapshotFactoryHelper
    since 1.3.5 in favor of ContextPropagationHelper.
    org.springframework.graphql.execution.SecurityContextThreadLocalAccessor.reset()
    org.springframework.graphql.observation.ExecutionRequestObservationContext.getCarrier()
    since 1.1.4 in favor of ExecutionRequestObservationContext.getExecutionInput()
    org.springframework.graphql.observation.ExecutionRequestObservationContext.getResponse()
    since 1.1.4 in favor of ExecutionRequestObservationContext.getExecutionResult()
    org.springframework.graphql.server.WebGraphQlRequest(URI, HttpHeaders, MultiValueMap<String, HttpCookie>, Map<String, Object>, Map<String, Object>, String, Locale)
    since 1.3.0 in favor WebGraphQlRequest(URI, HttpHeaders, MultiValueMap, InetSocketAddress, Map, Map, String, Locale)
    org.springframework.graphql.server.WebGraphQlRequest(URI, HttpHeaders, MultiValueMap<String, HttpCookie>, Map<String, Object>, GraphQlRequest, String, Locale)
    since 1.3.0 in favor WebGraphQlRequest(URI, HttpHeaders, MultiValueMap, InetSocketAddress, Map, Map, String, Locale)
    org.springframework.graphql.server.webmvc.GraphQlWebSocketHandler.asWebSocketHttpRequestHandler(HandshakeHandler)
    as of 1.1.0 in favor of GraphQlWebSocketHandler.initWebSocketHttpRequestHandler(HandshakeHandler)
    org.springframework.graphql.server.WebSocketGraphQlRequest(URI, HttpHeaders, MultiValueMap<String, HttpCookie>, Map<String, Object>, Map<String, Object>, String, Locale, WebSocketSessionInfo)
    in favor of WebSocketGraphQlRequest(URI, HttpHeaders, MultiValueMap, InetSocketAddress, Map, Map, String, Locale, WebSocketSessionInfo)
  • Deprecated Classes
    Class
    Description
    org.springframework.graphql.execution.ContextSnapshotFactoryHelper
    since 1.3.5 in favor of ContextPropagationHelper.
  • Deprecated Methods
    Method
    Description
    org.springframework.graphql.data.GraphQlArgumentBinder.addDataBinderInitializer(Consumer<DataBinder>)
    this property is deprecated, ignored, and should not be necessary as a DataBinder is no longer used to bind arguments
    org.springframework.graphql.data.method.annotation.support.AnnotatedControllerConfigurer.setDataBinderInitializer(Consumer<DataBinder>)
    this property is deprecated, ignored, and should not be necessary as a DataBinder is no longer used to bind arguments
    org.springframework.graphql.data.query.QueryByExampleDataFetcher.Builder.defaultScrollSubrange(ScrollSubrange)
    in favor of QueryByExampleDataFetcher.Builder.defaultScrollSubrange(int, Function)
    org.springframework.graphql.data.query.QueryByExampleDataFetcher.ReactiveBuilder.defaultScrollSubrange(ScrollSubrange)
    in favor of QueryByExampleDataFetcher.ReactiveBuilder.defaultScrollSubrange(int, Function)
    org.springframework.graphql.data.query.QuerydslDataFetcher.Builder.defaultScrollSubrange(ScrollSubrange)
    in favor of QuerydslDataFetcher.Builder.defaultScrollSubrange(int, Function)
    org.springframework.graphql.data.query.QuerydslDataFetcher.ReactiveBuilder.defaultScrollSubrange(ScrollSubrange)
    in favor of QuerydslDataFetcher.ReactiveBuilder.defaultScrollSubrange(int, Function)
    org.springframework.graphql.execution.SecurityContextThreadLocalAccessor.reset()
    org.springframework.graphql.observation.ExecutionRequestObservationContext.getCarrier()
    since 1.1.4 in favor of ExecutionRequestObservationContext.getExecutionInput()
    org.springframework.graphql.observation.ExecutionRequestObservationContext.getResponse()
    since 1.1.4 in favor of ExecutionRequestObservationContext.getExecutionResult()
    org.springframework.graphql.server.webmvc.GraphQlWebSocketHandler.asWebSocketHttpRequestHandler(HandshakeHandler)
    as of 1.1.0 in favor of GraphQlWebSocketHandler.initWebSocketHttpRequestHandler(HandshakeHandler)
  • Deprecated Constructors
    Constructor
    Description
    org.springframework.graphql.data.method.annotation.support.BatchLoaderHandlerMethod(HandlerMethod, Executor)
    in favor of alternative constructor
    org.springframework.graphql.data.method.annotation.support.DataFetcherHandlerMethod(HandlerMethod, HandlerMethodArgumentResolverComposite, BiConsumer<Object, Object[]>, Executor, boolean)
    in favor of alternative constructor
    org.springframework.graphql.data.method.InvocableHandlerMethodSupport(HandlerMethod, Executor)
    in favor of alternative constructor
    org.springframework.graphql.server.WebGraphQlRequest(URI, HttpHeaders, MultiValueMap<String, HttpCookie>, Map<String, Object>, Map<String, Object>, String, Locale)
    since 1.3.0 in favor WebGraphQlRequest(URI, HttpHeaders, MultiValueMap, InetSocketAddress, Map, Map, String, Locale)
    org.springframework.graphql.server.WebGraphQlRequest(URI, HttpHeaders, MultiValueMap<String, HttpCookie>, Map<String, Object>, GraphQlRequest, String, Locale)
    since 1.3.0 in favor WebGraphQlRequest(URI, HttpHeaders, MultiValueMap, InetSocketAddress, Map, Map, String, Locale)
    org.springframework.graphql.server.WebSocketGraphQlRequest(URI, HttpHeaders, MultiValueMap<String, HttpCookie>, Map<String, Object>, Map<String, Object>, String, Locale, WebSocketSessionInfo)
    in favor of WebSocketGraphQlRequest(URI, HttpHeaders, MultiValueMap, InetSocketAddress, Map, Map, String, Locale, WebSocketSessionInfo)