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 |
SimplePropertyValueConversions
PropertyValueConversions implementation allowing a PropertyValueConverterFactory creating
converters to be chosen. |
Modifier and Type | Method and Description |
---|---|
PropertyValueConversions |
CustomConversions.getPropertyValueConversions() |
PropertyValueConversions |
CustomConversions.ConverterConfiguration.getPropertyValueConversions() |
static <P extends PersistentProperty<P>> |
PropertyValueConversions.simple(Consumer<PropertyValueConverterRegistrar<P>> config)
Helper method used to create a
PropertyValueConversions instance with the configured
converters provided by the callback . |
Constructor and Description |
---|
ConverterConfiguration(CustomConversions.StoreConversions storeConversions,
List<?> userConverters,
Predicate<GenericConverter.ConvertiblePair> converterRegistrationFilter,
PropertyValueConversions propertyValueConversions)
Create a new ConverterConfiguration holding the given
CustomConversions.StoreConversions and user defined converters as
well as a Collection of GenericConverter.ConvertiblePair for which to skip the registration of default converters. |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.