Uses of Class
org.springframework.beans.PropertyPath.Options
Packages that use PropertyPath.Options
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of PropertyPath.Options in org.springframework.beans
Fields in org.springframework.beans declared as PropertyPath.OptionsModifier and TypeFieldDescriptionstatic final PropertyPath.OptionsPropertyPath.Options.UNLIMITEDOptions with no limit on nesting depth.Methods in org.springframework.beans that return PropertyPath.OptionsModifier and TypeMethodDescriptionstatic PropertyPath.OptionsPropertyPath.Options.withMaxNestedPathDepth(int maxNestedPathDepth) Create anPropertyPath.Optionsinstance that rejects a path whose nesting depth exceeds the given maximum.Methods in org.springframework.beans with parameters of type PropertyPath.OptionsModifier and TypeMethodDescriptionstatic PropertyPathPropertyPath.parse(String path, PropertyPath.Options options) Parse the given property path, rejecting it if it exceeds the givenoptions.