Package jakarta.validation
Interface Path.ParameterNode
- All Superinterfaces:
 Path.Node
- Enclosing interface:
 Path
Node representing a parameter of a method or constructor.
- Since:
 - 1.1
 
- 
Method Summary
 
- 
Method Details
- 
getParameterIndex
int getParameterIndex()- Returns:
 - the parameter index in the method or constructor definition
 
 
 -