Package | Description |
---|---|
org.springframework.data.convert |
General purpose conversion framework to read objects from a data store abstraction and write it back.
|
Modifier and Type | Class and Description |
---|---|
class |
SimplePropertyValueConverterRegistry<P extends PersistentProperty<P>>
A registry of property specific
value convertes that may be used to convert only
specific properties/values of an object. |
Modifier and Type | Method and Description |
---|---|
ValueConverterRegistry<P> |
PropertyValueConverterRegistrar.buildRegistry()
Obtain the
SimplePropertyValueConverterRegistry . |
ValueConverterRegistry<?> |
SimplePropertyValueConversions.getValueConverterRegistry()
Get the
ValueConverterRegistry used for path configured converters. |
static <P extends PersistentProperty<P>> |
ValueConverterRegistry.simple()
Obtain a simple
ValueConverterRegistry . |
Modifier and Type | Method and Description |
---|---|
static PropertyValueConverterFactory |
PropertyValueConverterFactory.configuredInstance(ValueConverterRegistry<?> registrar)
Obtain a
PropertyValueConverterFactory capable of looking up the PropertyValueConverter in the
given PropertyValueConverterRegistrar . |
void |
PropertyValueConverterRegistrar.registerConvertersIn(ValueConverterRegistry<P> target)
Register collected
converters within the given
registry . |
void |
SimplePropertyValueConversions.setValueConverterRegistry(ValueConverterRegistry<?> valueConverterRegistry)
Set the
converter registry used for path configured converters. |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.