public abstract class QueryExecutionConverters extends Object
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–2015 Pivotal Software, Inc.. All rights reserved.