| Name | Description | Type | Package | Framework |
| ArrayToArray | Special one-way converter that converts from a source array to a target array. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| ArrayToCollection | Special converter that converts from a source array to a target collection. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| CollectionToCollection | A converter that can convert from one collection type to another. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| Converter | A converter is capable of converting a source object of type getSourceClass() to a target type of typegetTargetClass(). | Interface | org.springframework.binding.convert.converters | Spring Webflow |
| FormattedStringToNumber | A converter for common number types such as integers and big decimals. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| InvalidFormatException | Thrown when a formatted value is of the wrong form. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| NumberToNumber | A one-way converter that can convert from any JDK-standard Number implementation to any other JDK-standard NumberSupport Number classes include byte, short, integer, float, double, long, big integer, big decimal. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| ObjectToArray | Special two-way converter that converts an object to an single-element array. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| ObjectToCollection | Special two-way converter that converts an object to an single-element collection. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| PropertyEditorConverter | Adapts a PropertyEditor to the TwoWayConverter interface. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| ReverseConverter | A converter that calls the TwoWayConverter. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| SpringConvertingConverterAdapter | A Spring Binding Converter that delegates to a Spring ConversionService to do the actual type conversion. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| StringToBigDecimal | Converts a String to a BigDecimal. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| StringToBigInteger | Converts a String to a BigInteger. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| StringToBoolean | Converts a textual representation of a boolean object to a Boolean instance. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| StringToByte | Converts a String to a BigInteger. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| StringToCharacter | Class | org.springframework.binding.convert.converters | Spring Webflow | |
| StringToClass | Converts a textual representation of a class object to a Class instance. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| StringToDate | A formatter for Date types. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| StringToDouble | Converts a String to an Short using Short. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| StringToEnum | Converts from a textual representation to a Enum. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| StringToFloat | Converts a String to an Short using Short. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| StringToInteger | Converts a String to an Integer using Integer. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| StringToLocale | Converts a String to a Locale using StringUtils. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| StringToLong | Converts a String to an Long using Long. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| StringToObject | Class | org.springframework.binding.convert.converters | Spring Webflow | |
| StringToShort | Converts a String to an Short using Short. | Class | org.springframework.binding.convert.converters | Spring Webflow |
| TwoWayConverter | A converter that can also convert from the target back to the source. | Interface | org.springframework.binding.convert.converters | Spring Webflow |