public class QueryExecutionConverters extends Object
Constructor and Description |
---|
QueryExecutionConverters() |
Modifier and Type | Method and Description |
---|---|
static void |
registerConvertersIn(ConfigurableConversionService conversionService)
Registers converters for wrapper types found on the classpath.
|
static boolean |
supports(Class<?> type)
Returns whether the given type is a supported wrapper type.
|
public static boolean supports(Class<?> type)
type
- must not be null.public static void registerConvertersIn(ConfigurableConversionService conversionService)
conversionService
- must not be null.Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.