クラス SpringBindingConverterAdapter

java.lang.ObjectSE
org.springframework.binding.convert.service.SpringBindingConverterAdapter
実装済みのインターフェース一覧:
org.springframework.core.convert.converter.GenericConverter

public class SpringBindingConverterAdapter extends ObjectSE implements org.springframework.core.convert.converter.GenericConverter
Spring バインディングコンバーターを Spring ConversionService に登録できるようにする Spring コンバーター。
作成者:
Rossen Stoyanchev
  • ネストされたクラスの概要

    インターフェース org.springframework.core.convert.converter.GenericConverter から継承されたネストクラス / インターフェース

    org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
  • コンストラクター概要

    コンストラクター
    コンストラクター
    説明
  • 方法の概要

    修飾子と型
    メソッド
    説明
    convert(ObjectSE source, org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType)
    SetSE<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair>

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

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
  • コンストラクターの詳細

    • SpringBindingConverterAdapter

      public SpringBindingConverterAdapter(Converter converter)
  • メソッドの詳細

    • convert

      public ObjectSE convert(ObjectSE source, org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType)
      次で指定:
      インターフェース org.springframework.core.convert.converter.GenericConverterconvert 
    • getConvertibleTypes

      public SetSE<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()
      次で指定:
      インターフェース org.springframework.core.convert.converter.GenericConvertergetConvertibleTypes