Package org.springframework.graphql.data.query
@NonNullApi
@NonNullFields
package org.springframework.graphql.data.query
DataFetcher
implementations built on Spring Data
extensions such as Query by Example and Querydsl.-
ClassDescriptionConvenient base class for a
SortStrategy
.Strategy to convert akeyset
to and from a JSON String for use withScrollPositionCursorStrategy
.Main class to create aDataFetcher
from a Query By Example repository.Builder for a Query by Example-basedDataFetcher
.Callback interface that can be used to customize QueryByExampleDataFetcherQueryByExampleDataFetcher.Builder
to change its configuration.Builder for a reactive Query by Example-basedDataFetcher
.Callback interface that can be used to customize QueryByExampleDataFetcherQueryByExampleDataFetcher.ReactiveBuilder
to change its configuration.Main class to create aDataFetcher
from a Querydsl repository.Builder for a Querydsl-basedDataFetcher
.Callback interface that can be used to customize QuerydslDataFetcherQuerydslDataFetcher.Builder
to change its configuration.Builder for a reactive Querydsl-basedDataFetcher
.Callback interface that can be used to customize QuerydslDataFetcherQuerydslDataFetcher.ReactiveBuilder
to change its configuration.Strategy to convert aScrollPosition
to and from a String cursor.Subrange
implementation for aScrollPosition
cursor.Adapter forSlice
toConnection
.Strategy to extractSort
details from GraphQL arguments.Adapter forWindow
toConnection
.