Class ContainerElementTypePath
- java.lang.Object
-
- org.hibernate.validator.internal.xml.mapping.ContainerElementTypePath
-
public class ContainerElementTypePath extends Object
The path to a container element type.- Author:
- Guillaume Smet
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()static ContainerElementTypePathof(ContainerElementTypePath parentPath, Integer typeArgumentIndex)static ContainerElementTypePathroot()StringtoString()
-
-
-
Method Detail
-
root
public static ContainerElementTypePath root()
-
of
public static ContainerElementTypePath of(ContainerElementTypePath parentPath, Integer typeArgumentIndex)
-
-