クラス R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientParametersMapper
java.lang.ObjectSE
org.springframework.security.oauth2.client.R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientParametersMapper
- 実装済みのインターフェース一覧:
FunctionSE<R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder, MapSE<StringSE, org.springframework.r2dbc.core.Parameter>>
public static class R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientParametersMapper
extends ObjectSE
implements FunctionSE<R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder, MapSE<StringSE, org.springframework.r2dbc.core.Parameter>>
R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder を StringSE および Parameter の Map にマップするデフォルトの Function。- 導入:
- 5.5
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明apply(R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder authorizedClientHolder) クラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース FunctionSE から継承されたメソッド
andThenSE, composeSE
コンストラクターの詳細
OAuth2AuthorizedClientParametersMapper
public OAuth2AuthorizedClientParametersMapper()
方法の詳細
apply
public MapSE<StringSE, org.springframework.r2dbc.core.Parameter> apply(R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder authorizedClientHolder) - 次で指定:
- インターフェース
FunctionSE<R2dbcReactiveOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder, MapSE<StringSE, org.springframework.r2dbc.core.Parameter>>内のapplySE