public class R2dbcCustomConversions extends CustomConversions
R2dbcCustomConversions
also act as factory for
SimpleTypeHolder
CustomConversions
,
SimpleTypeHolder
CustomConversions.ConverterConfiguration, CustomConversions.ConverterRegistrationIntent, CustomConversions.StoreConversions
Modifier and Type | Field and Description |
---|---|
static List<Object> |
STORE_CONVERTERS |
Constructor and Description |
---|
R2dbcCustomConversions(Collection<?> converters)
Create a new
R2dbcCustomConversions instance registering the given converters. |
R2dbcCustomConversions(CustomConversions.StoreConversions storeConversions,
Collection<?> converters)
Create a new
R2dbcCustomConversions instance registering the given converters. |
Modifier and Type | Method and Description |
---|---|
static R2dbcCustomConversions |
of(R2dbcDialect dialect,
Collection<?> converters)
|
static R2dbcCustomConversions |
of(R2dbcDialect dialect,
Object... converters)
|
getCustomWriteTarget, getCustomWriteTarget, getSimpleTypeHolder, hasCustomReadTarget, hasCustomWriteTarget, hasCustomWriteTarget, isSimpleType, registerConvertersIn
public 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.public static R2dbcCustomConversions of(R2dbcDialect dialect, Object... converters)
dialect
- must not be null.converters
- must not be null.public static R2dbcCustomConversions of(R2dbcDialect dialect, Collection<?> converters)
dialect
- must not be null.converters
- must not be null.Copyright © 2018–2021 Pivotal Software, Inc.. All rights reserved.