Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.binding.convert Classes and Interfaces - 38 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
ConversionExceptionBase class for exceptions thrown by the convert system.Classorg.springframework.binding.convertSpring Webflow
ConversionExecutionExceptionThrown when an attempt to execute a type conversion fails.Classorg.springframework.binding.convertSpring Webflow
ConversionExecutorA command object that is parameterized with the information necessary to perform a conversion of a source input to atarget output.Interfaceorg.springframework.binding.convertSpring Webflow
ConversionExecutorNotFoundExceptionThrown when a conversion executor could not be found in a conversion service.Classorg.springframework.binding.convertSpring Webflow
ConversionServiceA service interface for retrieving type conversion executors.Interfaceorg.springframework.binding.convertSpring 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
DefaultConversionServiceDefault, local implementation of a conversion service.Classorg.springframework.binding.convert.serviceSpring Webflow
FormattedStringToNumberA converter for common number types such as integers and big decimals.Classorg.springframework.binding.convert.convertersSpring Webflow
GenericConversionServiceBase implementation of a conversion service.Classorg.springframework.binding.convert.serviceSpring 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
RuntimeBindingConversionExecutorA conversion executor that doesn't resolve its converter until its time to perform a conversion.Classorg.springframework.binding.convert.serviceSpring Webflow
SpringBindingConverterAdapterA Spring Converter that makes it possible for a Spring Binding Converter to be registered with a SpringAuthor:Rossen StoyanchevClassorg.springframework.binding.convert.serviceSpring Webflow
SpringConvertingConverterAdapterA Spring Binding Converter that delegates to a Spring ConversionService to do the actual type conversion.Classorg.springframework.binding.convert.convertersSpring Webflow
StaticConversionExecutorA command object that is parameterized with the information necessary to perform a conversion of a source input to aSpecifically, encapsulates knowledge about how to convert source objects to a specific target type using a specificClassorg.springframework.binding.convert.serviceSpring 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