Uses of Interface
org.springframework.graphql.data.pagination.ConnectionAdapter
Packages that use 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
Methods in org.springframework.graphql.data.pagination that return ConnectionAdapterModifier 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.Method parameters in org.springframework.graphql.data.pagination with type arguments of type ConnectionAdapterModifier 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
Classes in org.springframework.graphql.data.query that implement ConnectionAdapterModifier and TypeClassDescriptionfinal class
Adapter forSlice
toConnection
.final class
Adapter forWindow
toConnection
.