Class SpringBindingConverterAdapter

java.lang.Object
org.springframework.binding.convert.service.SpringBindingConverterAdapter
All Implemented Interfaces:
org.springframework.core.convert.converter.GenericConverter

public class SpringBindingConverterAdapter extends Object implements org.springframework.core.convert.converter.GenericConverter
A Spring Converter that makes it possible for a Spring Binding Converter to be registered with a Spring ConversionService.
Author:
Rossen Stoyanchev
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.springframework.core.convert.converter.GenericConverter

    org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(Object source, org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType)
     
    Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SpringBindingConverterAdapter

      public SpringBindingConverterAdapter(Converter converter)
  • Method Details

    • convert

      public Object convert(Object source, org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType)
      Specified by:
      convert in interface org.springframework.core.convert.converter.GenericConverter
    • getConvertibleTypes

      public Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()
      Specified by:
      getConvertibleTypes in interface org.springframework.core.convert.converter.GenericConverter