org.springframework.core.convert.support
Class ConversionUtils

java.lang.Object
  extended by org.springframework.core.convert.support.ConversionUtils

abstract class ConversionUtils
extends java.lang.Object

Internal utilities for the conversion package.

Since:
3.0
Author:
Keith Donald

Constructor Summary
ConversionUtils()
           
 
Method Summary
static TypeDescriptor[] getMapEntryTypes(java.util.Map<?,?> sourceMap)
           
static java.lang.Object invokeConverter(GenericConverter converter, java.lang.Object source, TypeDescriptor sourceType, TypeDescriptor targetType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversionUtils

ConversionUtils()
Method Detail

invokeConverter

public static java.lang.Object invokeConverter(GenericConverter converter,
                                               java.lang.Object source,
                                               TypeDescriptor sourceType,
                                               TypeDescriptor targetType)

getMapEntryTypes

public static TypeDescriptor[] getMapEntryTypes(java.util.Map<?,?> sourceMap)