Package jakarta.validation
Interface Path.BeanNode
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>getContainerClass()IntegergetTypeArgumentIndex()
 
- 
- 
- 
Method Detail- 
getContainerClassClass<?> getContainerClass() - Returns:
- the type of the container the node is placed in, if contained in a
 container type such as Optional,ListorMap,nullotherwise
- Since:
- 2.0
 
 - 
getTypeArgumentIndexInteger getTypeArgumentIndex() - Returns:
- the index of the type argument affected by the violated constraint, if
 contained in a generic container type such as Optional,ListorMap.
- Since:
- 2.0
 
 
- 
 
-