クラス ClaimConversionService

java.lang.ObjectSE
org.springframework.core.convert.support.GenericConversionService
org.springframework.security.oauth2.core.converter.ClaimConversionService
実装されたすべてのインターフェース:
org.springframework.core.convert.ConversionServiceorg.springframework.core.convert.converter.ConverterRegistryorg.springframework.core.convert.support.ConfigurableConversionService

public final class ClaimConversionService extends org.springframework.core.convert.support.GenericConversionService
クレーム値の型変換を提供するコンバーターで構成された ConversionService
導入:
5.2
関連事項:
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    static void
    addConverters(org.springframework.core.convert.converter.ConverterRegistry converterRegistry)
    提供された ConverterRegistry に、クレーム値の型変換を提供するコンバーターを追加します。
    ClaimConversionService の共有インスタンスを返します。

    クラス org.springframework.core.convert.support.GenericConversionService から継承されたメソッド

    addConverter, addConverter, addConverter, addConverterFactory, canBypassConvert, canConvert, canConvert, convert, convert, convertNullSource, getConverter, getDefaultConverter, removeConvertible, toString

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, wait, waitSE, waitSE

    インターフェース org.springframework.core.convert.ConversionService から継承されたメソッド

    convert
  • メソッドの詳細

    • getSharedInstance

      public static ClaimConversionService getSharedInstance()
      ClaimConversionService の共有インスタンスを返します。
      戻り値:
      ClaimConversionService の共有インスタンス
    • addConverters

      public static void addConverters(org.springframework.core.convert.converter.ConverterRegistry converterRegistry)
      提供された ConverterRegistry に、クレーム値の型変換を提供するコンバーターを追加します。
      パラメーター:
      converterRegistry - 追加するコンバーターのレジストリ