Class PropertyPathUtil
java.lang.Object
org.springframework.data.core.PropertyPathUtil
Utility class for
PropertyPath and PropertyReference implementations.- Since:
- 4.1
- Author:
- Mark Paluch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyPathResolve aPropertyPathfrom aSerializablelambda implementing a functional interface accepting a single method argument and returning a value.
-
Constructor Details
-
PropertyPathUtil
public PropertyPathUtil()
-
-
Method Details
-
resolve
Resolve aPropertyPathfrom aSerializablelambda implementing a functional interface accepting a single method argument and returning a value. The form of the interface must follow a design aligned withConverterorFunction.- Parameters:
obj- the serializable lambda object.- Returns:
- the resolved property path.
-