Enum Class ElementKind

java.lang.Object
java.lang.Enum<ElementKind>
jakarta.validation.ElementKind
All Implemented Interfaces:
Serializable, Comparable<ElementKind>, Constable

public enum ElementKind extends Enum<ElementKind>
Enum of possible kinds of elements encountered in Jakarta Validation.

Mostly elements that can be constrained and described in the metadata but also elements that can be part of a Path and represented by a Path.Node

Since:
1.1