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 that allows to pick a PropertyValueConverterFactory serving
converters . |
Modifier and Type | Method and Description |
---|---|
PropertyValueConversions |
CustomConversions.ConverterConfiguration.getPropertyValueConversions() |
static <P extends PersistentProperty<P>> |
PropertyValueConversions.simple(Consumer<PropertyValueConverterRegistrar<P>> config)
Helper that allows to create
PropertyValueConversions instance with the configured
converters provided via the given 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–2022 Pivotal Software, Inc.. All rights reserved.