| Package | Description | 
|---|---|
| org.springframework.beans | This package contains interfaces and classes for manipulating Java beans. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConversionNotSupportedExceptionException thrown when no suitable editor or converter can be found for a bean property. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | BeanWrapperImpl. convertForProperty(Object value,
                  String propertyName)Convert the given value for the specified property to the latter's type. | 
| protected Object | AbstractNestablePropertyAccessor. convertForProperty(String propertyName,
                  Object oldValue,
                  Object newValue,
                  org.springframework.core.convert.TypeDescriptor td) | 
| <T> T | TypeConverter. convertIfNecessary(Object value,
                  Class<T> requiredType)Convert the value to the required type (if necessary from a String). | 
| <T> T | TypeConverterSupport. convertIfNecessary(Object value,
                  Class<T> requiredType) | 
| <T> T | TypeConverter. convertIfNecessary(Object value,
                  Class<T> requiredType,
                  Field field)Convert the value to the required type (if necessary from a String). | 
| <T> T | TypeConverterSupport. convertIfNecessary(Object value,
                  Class<T> requiredType,
                  Field field) | 
| <T> T | TypeConverter. convertIfNecessary(Object value,
                  Class<T> requiredType,
                  org.springframework.core.MethodParameter methodParam)Convert the value to the required type (if necessary from a String). | 
| <T> T | TypeConverterSupport. convertIfNecessary(Object value,
                  Class<T> requiredType,
                  org.springframework.core.MethodParameter methodParam) | 
| default <T> T | TypeConverter. convertIfNecessary(Object value,
                  Class<T> requiredType,
                  org.springframework.core.convert.TypeDescriptor typeDescriptor)Convert the value to the required type (if necessary from a String). | 
| <T> T | TypeConverterSupport. convertIfNecessary(Object value,
                  Class<T> requiredType,
                  org.springframework.core.convert.TypeDescriptor typeDescriptor) |