クラス 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
    関連事項:
    GenericConversionService, ClaimAccessor
    • メソッドのサマリー

      すべてのメソッド   静的メソッド   具象メソッド  
      修飾子と型 メソッド 説明
      static voidaddConverters​(org.springframework.core.convert.converter.ConverterRegistry converterRegistry)
      提供された ConverterRegistry に、クレーム値の型変換を提供するコンバーターを追加します。
      static ClaimConversionServicegetSharedInstance()
      ClaimConversionService の共有インスタンスを返します。
      • クラス org.springframework.core.convert.support.GenericConversionService から継承されたメソッド

        addConverter, addConverter, addConverter, addConverterFactory, canBypassConvert, canConvert, canConvert, convert, convert, convert, convertNullSource, getConverter, getDefaultConverter, removeConvertible, toString
      • クラス java.lang.Object から継承されたメソッド

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • メソッドの詳細

      • getSharedInstance

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

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