public class SimpleTypeConverter extends org.springframework.beans.SimpleTypeConverter implements Serializable
| Constructor and Description |
|---|
SimpleTypeConverter() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
convertIfNecessary(Object value,
Class<T> requiredType) |
<T> T |
convertIfNecessary(Object value,
Class<T> requiredType,
org.springframework.core.MethodParameter methodParam) |
copyCustomEditorsTo, copyDefaultEditorsTo, findCustomEditor, getConversionService, getDefaultEditor, getPropertyType, guessPropertyTypeFromEditors, hasCustomEditorForElement, overrideDefaultEditor, registerCustomEditor, registerCustomEditor, registerDefaultEditors, setConversionService, useConfigValueEditorspublic <T> T convertIfNecessary(Object value, Class<T> requiredType) throws org.springframework.beans.TypeMismatchException
convertIfNecessary in interface org.springframework.beans.TypeConverterconvertIfNecessary in class org.springframework.beans.TypeConverterSupportorg.springframework.beans.TypeMismatchExceptionpublic <T> T convertIfNecessary(Object value, Class<T> requiredType, org.springframework.core.MethodParameter methodParam) throws org.springframework.beans.TypeMismatchException
convertIfNecessary in interface org.springframework.beans.TypeConverterconvertIfNecessary in class org.springframework.beans.TypeConverterSupportorg.springframework.beans.TypeMismatchExceptionCopyright © 2014 JDAL. All Rights Reserved.