クラス ConnectionAdapterSupport<P>
java.lang.ObjectSE
org.springframework.graphql.data.pagination.ConnectionAdapterSupport<P>
- 型パラメーター:
P- ポジション型
- 既知の直属サブクラス
SliceConnectionAdapter,WindowConnectionAdapter
ConnectionAdapter の実装に便利な基本クラス。- 導入:
- 1.2.0
- 作成者:
- Rossen Stoyanchev
コンストラクター概要
コンストラクター修飾子コンストラクター説明protectedConnectionAdapterSupport(CursorStrategy<P> cursorStrategy) CursorStrategyを使用するコンストラクター。方法の概要
コンストラクターの詳細
ConnectionAdapterSupport
CursorStrategyを使用するコンストラクター。- パラメーター:
cursorStrategy- 使用するカーソル戦略
メソッドの詳細
getCursorStrategy
設定されたCursorStrategyを返します。