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
Classes in org.springframework.graphql.data.pagination that implement ConnectionAdapterModifier and TypeClassDescriptionclassConnectionAdapterthat wraps a list of other adapters, and delegates to the one that supports a given type of Object container.Methods in org.springframework.graphql.data.pagination that return ConnectionAdapterModifier and TypeMethodDescriptionstatic ConnectionAdapterConnectionAdapter.from(List<ConnectionAdapter> adapters) Create a compositeConnectionAdapterthat checks which adapter supports a given Object container type and delegates to it.Methods in org.springframework.graphql.data.pagination with parameters of type ConnectionAdapterModifier and TypeMethodDescriptionstatic ConnectionFieldTypeVisitorConnectionFieldTypeVisitor.create(ConnectionAdapter adapter) Variant ofConnectionFieldTypeVisitor.create(List)with a single adapter.Method parameters in org.springframework.graphql.data.pagination with type arguments of type ConnectionAdapterModifier and TypeMethodDescriptionstatic ConnectionFieldTypeVisitorConnectionFieldTypeVisitor.create(List<ConnectionAdapter> adapters) Create aConnectionTypeVisitorinstance that delegates to the given adapters to adapt return values toConnection.static ConnectionAdapterConnectionAdapter.from(List<ConnectionAdapter> adapters) Create a compositeConnectionAdapterthat checks which adapter supports a given Object container type and delegates to it.Constructor parameters in org.springframework.graphql.data.pagination with type arguments of type ConnectionAdapter -
Uses of ConnectionAdapter in org.springframework.graphql.data.query
Classes in org.springframework.graphql.data.query that implement ConnectionAdapterModifier and TypeClassDescriptionfinal classAdapter forSlicetoConnection.final classAdapter forWindowtoConnection.