Uses of Interface
org.springframework.data.convert.PropertyValueConverterFactory
Packages that use PropertyValueConverterFactory
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
-
Uses of PropertyValueConverterFactory in org.springframework.data.convert
Methods in org.springframework.data.convert that return PropertyValueConverterFactoryModifier and TypeMethodDescriptionPropertyValueConverterFactory.beanFactoryAware(BeanFactory beanFactory) Obtain aPropertyValueConverterFactorycapable of looking up/creating thePropertyValueConvertervia the givenBeanFactory.PropertyValueConverterFactory.caching(PropertyValueConverterFactory factory) Obtain aPropertyValueConverterFactorythat will cachePropertyValueConverterinstances perPersistentProperty.PropertyValueConverterFactory.chained(List<PropertyValueConverterFactory> factoryList) Obtain aPropertyValueConverterFactorythat will try to obtain aPropertyValueConverterfrom the given list offactoriesby returning the first non null one.PropertyValueConverterFactory.chained(PropertyValueConverterFactory... factories) Obtain aPropertyValueConverterFactorythat will try to obtain aPropertyValueConverterfrom the given array offactoriesby returning the first non null one.PropertyValueConverterFactory.configuredInstance(ValueConverterRegistry<?> registrar) Obtain aPropertyValueConverterFactorycapable of looking up thePropertyValueConverterin the givenPropertyValueConverterRegistrar.SimplePropertyValueConversions.getConverterFactory()Returns the configuredPropertyValueConverterFactoryresponsible for creating the actualPropertyValueConverter.PropertyValueConverterFactory.simple()Obtain a simplePropertyValueConverterFactorycapable of instantiatingPropertyValueConverterimplementations via their defaultConstructoror in case of anEnumaccessing the first enum value.Methods in org.springframework.data.convert with parameters of type PropertyValueConverterFactoryModifier and TypeMethodDescriptionPropertyValueConverterFactory.caching(PropertyValueConverterFactory factory) Obtain aPropertyValueConverterFactorythat will cachePropertyValueConverterinstances perPersistentProperty.PropertyValueConverterFactory.chained(PropertyValueConverterFactory... factories) Obtain aPropertyValueConverterFactorythat will try to obtain aPropertyValueConverterfrom the given array offactoriesby returning the first non null one.voidSimplePropertyValueConversions.setConverterFactory(PropertyValueConverterFactory converterFactory) Set thePropertyValueConverterFactoryresponsible for creating the actualPropertyValueConverter.Method parameters in org.springframework.data.convert with type arguments of type PropertyValueConverterFactoryModifier and TypeMethodDescriptionPropertyValueConverterFactory.chained(List<PropertyValueConverterFactory> factoryList) Obtain aPropertyValueConverterFactorythat will try to obtain aPropertyValueConverterfrom the given list offactoriesby returning the first non null one.