Class SpringBindingConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.GenericConverter

    public class SpringBindingConverter
    extends Object
    implements org.springframework.core.convert.converter.GenericConverter
    • Method Detail

      • getConvertibleTypes

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

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