public class R2dbcCustomConversions extends CustomConversions
R2dbcCustomConversions also act as factory for
SimpleTypeHolderCustomConversions,
SimpleTypeHolderCustomConversions.ConverterConfiguration, CustomConversions.ConverterRegistrationIntent, CustomConversions.StoreConversions| Modifier and Type | Field and Description |
|---|---|
static List<Object> |
STORE_CONVERTERS |
| Constructor and Description |
|---|
R2dbcCustomConversions(Collection<?> converters)
Creates a new
R2dbcCustomConversions instance registering the given converters. |
R2dbcCustomConversions(CustomConversions.StoreConversions storeConversions,
Collection<?> converters)
Creates a new
R2dbcCustomConversions instance registering the given converters. |
getCustomWriteTarget, getCustomWriteTarget, getSimpleTypeHolder, hasCustomReadTarget, hasCustomWriteTarget, hasCustomWriteTarget, isSimpleType, registerConvertersInpublic R2dbcCustomConversions(Collection<?> converters)
R2dbcCustomConversions instance registering the given converters.converters - must not be null.public R2dbcCustomConversions(CustomConversions.StoreConversions storeConversions, Collection<?> converters)
R2dbcCustomConversions instance registering the given converters.storeConversions - must not be null.converters - must not be null.Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.