public class SimpleTypeConverter extends TypeConverterSupport
TypeConverter interface that does not operate on
a specific target object. This is an alternative to using a full-blown BeanWrapperImpl
instance for arbitrary type conversion needs, while using the very same conversion
algorithm (including delegation to PropertyEditor and
ConversionService) underneath.BeanWrapperImpl| Constructor and Description |
|---|
SimpleTypeConverter() |
convertIfNecessary, convertIfNecessary, convertIfNecessarycopyCustomEditorsTo, copyDefaultEditorsTo, findCustomEditor, getConversionService, getDefaultEditor, getPropertyType, guessPropertyTypeFromEditors, hasCustomEditorForElement, isSharedEditor, overrideDefaultEditor, registerCustomEditor, registerCustomEditor, registerDefaultEditors, registerSharedEditor, setConversionService, useConfigValueEditors