Uses of Interface
org.springframework.graphql.data.pagination.ConnectionAdapter
Package
Description
Core contracts and generic infrastructure classes for pagination.
DataFetcher
implementations built on Spring Data
extensions such as Query by Example and Querydsl.-
Uses of ConnectionAdapter in org.springframework.graphql.data.pagination
Modifier and TypeMethodDescriptionstatic ConnectionAdapter
ConnectionAdapter.from
(List<ConnectionAdapter> adapters) Create a compositeConnectionAdapter
that checks which adapter supports a given Object container type and delegates to it.Modifier and TypeMethodDescriptionstatic ConnectionFieldTypeVisitor
ConnectionFieldTypeVisitor.create
(List<ConnectionAdapter> adapters) Create aConnectionTypeVisitor
instance that delegates to the given adapters to adapt return values toConnection
.static ConnectionAdapter
ConnectionAdapter.from
(List<ConnectionAdapter> adapters) Create a compositeConnectionAdapter
that checks which adapter supports a given Object container type and delegates to it. -
Uses of ConnectionAdapter in org.springframework.graphql.data.query
Modifier and TypeClassDescriptionfinal class
Adapter forSlice
toConnection
.final class
Adapter forWindow
toConnection
.