Uses of Interface
org.springframework.graphql.server.support.HttpRequestHeaderInterceptor.Builder
Packages that use HttpRequestHeaderInterceptor.Builder
-
Uses of HttpRequestHeaderInterceptor.Builder in org.springframework.graphql.server.support
Methods in org.springframework.graphql.server.support that return HttpRequestHeaderInterceptor.BuilderModifier and TypeMethodDescriptionHttpRequestHeaderInterceptor.builder()Return a builder to create anHttpRequestHeaderInterceptor.Add names of HTTP headers to copy to the GraphQL context, using keys identical to the header names.HttpRequestHeaderInterceptor.Builder.mapHeaderToKey(String headerName, String contextKey) Add a mapping between an HTTP header name and the key under which it should appear in the GraphQL context.HttpRequestHeaderInterceptor.Builder.mapMultiValueHeader(String... headerName) Add names of HTTP headers to copy to the GraphQL context, using keys identical to the header names.HttpRequestHeaderInterceptor.Builder.mapMultiValueHeaderToKey(String headerName, String contextKey) Add a mapping between an HTTP header name and the key under which it should appear in the GraphQL context.