public abstract class QueryExecutionConverters extends Object
java.util.Optionalcom.google.common.base.Optionalscala.Optionjava.util.concurrent.Futurejava.util.concurrent.CompletableFutureorg.springframework.util.concurrent.ListenableFuture<| 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.
|
static Object |
unwrap(Object source)
Unwraps the given source value in case it's one of the currently supported wrapper types detected at runtime.
|
public static boolean supports(Class<?> type)
type - must not be null.public static void registerConvertersIn(ConfigurableConversionService conversionService)
conversionService - must not be null.Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.