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.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.GraphQlObservationInstrumentation(ObservationRegistry, ExecutionRequestObservationConvention, DataFetcherObservationConvention)
    since 1.4.0 in favor of GraphQlObservationInstrumentation(ObservationRegistry, ExecutionRequestObservationConvention, DataFetcherObservationConvention, DataLoaderObservationConvention)
    org.springframework.graphql.server.webflux.GraphQlHttpHandler.setHttpOkOnValidationErrors(boolean)
    since 1.4, will be made false permanently in a future release
    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.GraphQlHttpHandler.setHttpOkOnValidationErrors(boolean)
    since 1.4, will be made false permanently in a future release
    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.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.server.webflux.GraphQlHttpHandler.setHttpOkOnValidationErrors(boolean)
    since 1.4, will be made false permanently in a future release
    org.springframework.graphql.server.webmvc.GraphQlHttpHandler.setHttpOkOnValidationErrors(boolean)
    since 1.4, will be made false permanently in a future release
  • 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.observation.GraphQlObservationInstrumentation(ObservationRegistry, ExecutionRequestObservationConvention, DataFetcherObservationConvention)
    since 1.4.0 in favor of GraphQlObservationInstrumentation(ObservationRegistry, ExecutionRequestObservationConvention, DataFetcherObservationConvention, DataLoaderObservationConvention)
    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)