public class JdbcCustomConversions
extends org.springframework.data.convert.CustomConversions
JdbcCustomConversions also act as factory for
SimpleTypeHolderCustomConversions,
SimpleTypeHolder,
JdbcSimpleTypesorg.springframework.data.convert.CustomConversions.ConverterConfiguration, org.springframework.data.convert.CustomConversions.ConverterRegistrationIntent, org.springframework.data.convert.CustomConversions.StoreConversions| Constructor and Description |
|---|
JdbcCustomConversions()
Creates an empty
JdbcCustomConversions object. |
JdbcCustomConversions(org.springframework.data.convert.CustomConversions.ConverterConfiguration converterConfiguration)
Create a new
JdbcCustomConversions instance given
CustomConversions.ConverterConfiguration. |
JdbcCustomConversions(org.springframework.data.convert.CustomConversions.StoreConversions storeConversions,
List<?> userConverters)
Create a new
JdbcCustomConversions instance registering the given converters and the default store
converters. |
JdbcCustomConversions(List<?> converters)
Create a new
JdbcCustomConversions instance registering the given converters and the default store
converters. |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Object> |
storeConverters()
Obtain a read only copy of default store converters.
|
public JdbcCustomConversions()
JdbcCustomConversions object.public JdbcCustomConversions(List<?> converters)
JdbcCustomConversions instance registering the given converters and the default store
converters.converters - must not be null.public JdbcCustomConversions(org.springframework.data.convert.CustomConversions.StoreConversions storeConversions,
List<?> userConverters)
JdbcCustomConversions instance registering the given converters and the default store
converters.public JdbcCustomConversions(org.springframework.data.convert.CustomConversions.ConverterConfiguration converterConfiguration)
JdbcCustomConversions instance given
CustomConversions.ConverterConfiguration.converterConfiguration - must not be null.public static Collection<Object> storeConverters()
Copyright © 2017–2023 Pivotal Software, Inc.. All rights reserved.