Uses of Enum Class
org.springframework.data.convert.PropertyValueConverter.ObjectToObjectPropertyValueConverter
Packages that use PropertyValueConverter.ObjectToObjectPropertyValueConverter
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
-
Uses of PropertyValueConverter.ObjectToObjectPropertyValueConverter in org.springframework.data.convert
Methods in org.springframework.data.convert that return PropertyValueConverter.ObjectToObjectPropertyValueConverterModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PropertyValueConverter.ObjectToObjectPropertyValueConverter.values()
Returns an array containing the constants of this enum class, in the order they are declared.