Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.core.convert.converter Classes and Interfaces - 9 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
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
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