クラス AuthenticationSteps. ペア <L、R>
java.lang.ObjectSE
org.springframework.vault.authentication.AuthenticationSteps.Pair<L,R>
- 型パラメーター:
L-R-
- 含まれているクラス:
- AuthenticationSteps
2 つのもののタプル。
- 導入:
- 2.1
方法の概要
修飾子と型メソッド説明booleangetLeft()このAuthenticationSteps.Pairの最初のオブジェクトを取得する型安全な方法。getRight()このAuthenticationSteps.Pairの 2 番目のオブジェクトを取得する型 セーフな方法。inthashCode()static <L,R> AuthenticationSteps.Pair<L, R> of(L left, R right) toString()
メソッドの詳細
of
- パラメーター:
left- 左の値。right- 正しい値。- 戻り値:
AuthenticationSteps.Pair
getLeft
このAuthenticationSteps.Pairの最初のオブジェクトを取得する型安全な方法。- 戻り値:
- 最初のオブジェクト
getRight
このAuthenticationSteps.Pairの 2 番目のオブジェクトを取得する型 セーフな方法。- 戻り値:
- 2 番目のオブジェクト
equals
hashCode
public int hashCode()toString