Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.core.convert Classes and Interfaces - 19 results found.
NameDescriptionTypePackageFramework
ConditionalConverterAllows a Converter, GenericConverter or ConverterFactory toconditionally execute based on attributes of the source and targetInterfaceorg.springframework.core.convert.converterSpring MVC
ConditionalGenericConverterA GenericConverter that may conditionally execute based on attributesof the source and target TypeDescriptor.Interfaceorg.springframework.core.convert.converterSpring MVC
ConfigurableConversionServiceConfiguration interface to be implemented by most if not all ConversionServicetypes.Interfaceorg.springframework.core.convert.supportSpring MVC
ConversionExceptionBase class for exceptions thrown by the conversion system.Classorg.springframework.core.convertSpring MVC
ConversionFailedExceptionException to be thrown when an actual type conversion attempt fails.Classorg.springframework.core.convertSpring MVC
ConversionServiceA service interface for type conversion.Interfaceorg.springframework.core.convertSpring MVC
ConversionServiceFactoryA factory for common ConversionServiceSince:3.Classorg.springframework.core.convert.supportSpring MVC
ConverterA converter converts a source object of type S to a target of type T.Interfaceorg.springframework.core.convert.converterSpring MVC
ConverterFactoryA factory for ranged converters that can convert objects from S to subtypes of R.Interfaceorg.springframework.core.convert.converterSpring MVC
ConverterNotFoundExceptionException to be thrown when a suitable converter could not be foundin a given conversion service.Classorg.springframework.core.convertSpring MVC
ConverterRegistryFor registering converters with a type conversion system.Interfaceorg.springframework.core.convert.converterSpring MVC
ConvertingComparatorA Comparator that converts values before they are compared.Classorg.springframework.core.convert.converterSpring MVC
ConvertingPropertyEditorAdapterAdapter that exposes a PropertyEditor for any givenConversionService and specific target type.Classorg.springframework.core.convert.supportSpring MVC
DefaultConversionServiceA specialization of GenericConversionService configured by default withconverters appropriate for most environments.Classorg.springframework.core.convert.supportSpring MVC
GenericConversionServiceBase ConversionService implementation suitable for use in most environments.Classorg.springframework.core.convert.supportSpring MVC
GenericConverterGeneric converter interface for converting between two or more types.Interfaceorg.springframework.core.convert.converterSpring MVC
GenericConverter .ConvertiblePairHolder for a source-to-target class pair.Classorg.springframework.core.convert.converter.GenericConverterSpring MVC
PropertyA description of a JavaBeans Property that allows us to avoid a dependency onjava.Classorg.springframework.core.convertSpring MVC
TypeDescriptorContext about a type to convert from or to.Classorg.springframework.core.convertSpring MVC