Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.binding.convert.converters Classes and Interfaces - 28 results found.
NameDescriptionTypePackageFramework
ArrayToArraySpecial one-way converter that converts from a source array to a target array.Classorg.springframework.binding.convert.convertersSpring Webflow
ArrayToCollectionSpecial converter that converts from a source array to a target collection.Classorg.springframework.binding.convert.convertersSpring Webflow
CollectionToCollectionA converter that can convert from one collection type to another.Classorg.springframework.binding.convert.convertersSpring Webflow
ConverterA converter is capable of converting a source object of type getSourceClass() to a target type of typegetTargetClass().Interfaceorg.springframework.binding.convert.convertersSpring Webflow
FormattedStringToNumberA converter for common number types such as integers and big decimals.Classorg.springframework.binding.convert.convertersSpring Webflow
InvalidFormatExceptionThrown when a formatted value is of the wrong form.Classorg.springframework.binding.convert.convertersSpring Webflow
NumberToNumberA 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.Classorg.springframework.binding.convert.convertersSpring Webflow
ObjectToArraySpecial two-way converter that converts an object to an single-element array.Classorg.springframework.binding.convert.convertersSpring Webflow
ObjectToCollectionSpecial two-way converter that converts an object to an single-element collection.Classorg.springframework.binding.convert.convertersSpring Webflow
PropertyEditorConverterAdapts a PropertyEditor to the TwoWayConverter interface.Classorg.springframework.binding.convert.convertersSpring Webflow
ReverseConverterA converter that calls the TwoWayConverter.Classorg.springframework.binding.convert.convertersSpring Webflow
SpringConvertingConverterAdapterA Spring Binding Converter that delegates to a Spring ConversionService to do the actual type conversion.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToBigDecimalConverts a String to a BigDecimal.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToBigIntegerConverts a String to a BigInteger.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToBooleanConverts a textual representation of a boolean object to a Boolean instance.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToByteConverts a String to a BigInteger.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToCharacterClassorg.springframework.binding.convert.convertersSpring Webflow
StringToClassConverts a textual representation of a class object to a Class instance.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToDateA formatter for Date types.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToDoubleConverts a String to an Short using Short.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToEnumConverts from a textual representation to a Enum.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToFloatConverts a String to an Short using Short.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToIntegerConverts a String to an Integer using Integer.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToLocaleConverts a String to a Locale using StringUtils.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToLongConverts a String to an Long using Long.Classorg.springframework.binding.convert.convertersSpring Webflow
StringToObjectClassorg.springframework.binding.convert.convertersSpring Webflow
StringToShortConverts a String to an Short using Short.Classorg.springframework.binding.convert.convertersSpring Webflow
TwoWayConverterA converter that can also convert from the target back to the source.Interfaceorg.springframework.binding.convert.convertersSpring Webflow