Uses of Class
org.springframework.beans.PropertyPath
Packages that use PropertyPath
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of PropertyPath in org.springframework.beans
Methods in org.springframework.beans that return PropertyPathModifier and TypeMethodDescriptionstatic PropertyPathParse the given property path.static PropertyPathPropertyPath.parse(String path, PropertyPath.Options options) Parse the given property path, rejecting it if it exceeds the givenoptions.PropertyPath.subPath(int fromIndex) Return the sub-path made up of this path's segments from the given index to the end, such as the"country.name"sub-path of"address.country.name"from index 1.