Uses of Enum Class
jakarta.validation.ElementKind
Packages that use ElementKind
Package
Description
Top level package of the Jakarta Bean Validation API.
Classes related to the Path.Node API.
The classes in this package contain the aggregated meta data needed for an actual validation.
Logging classes.
-
Uses of ElementKind in jakarta.validation
Methods in jakarta.validation that return ElementKindModifier and TypeMethodDescriptionPath.Node.getKind()The kind of element represented by the node.static ElementKindReturns the enum constant of this class with the specified name.static ElementKind[]ElementKind.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ElementKind in org.hibernate.validator.internal.engine.path
Methods in org.hibernate.validator.internal.engine.path that return ElementKind -
Uses of ElementKind in org.hibernate.validator.internal.metadata.aggregated
Methods in org.hibernate.validator.internal.metadata.aggregated that return ElementKind -
Uses of ElementKind in org.hibernate.validator.internal.util.logging
Methods in org.hibernate.validator.internal.util.logging with parameters of type ElementKindModifier and TypeMethodDescriptionfinal ClassCastExceptionLog_$logger.getUnableToNarrowNodeTypeException(Class<?> actualDescriptorType, ElementKind kind, Class<?> expectedDescriptorType) Log.getUnableToNarrowNodeTypeException(Class<?> actualDescriptorType, ElementKind kind, Class<?> expectedDescriptorType) -
Uses of ElementKind in org.jboss.resteasy.resteasy_jaxrs.i18n
Methods in org.jboss.resteasy.resteasy_jaxrs.i18n with parameters of type ElementKindModifier and TypeMethodDescriptionfinal StringMessages_$bundle.unexpectedPathNode(ElementKind kind) Messages.unexpectedPathNode(ElementKind kind) final StringMessages_$bundle.unexpectedPathNodeViolation(ElementKind kind) Messages.unexpectedPathNodeViolation(ElementKind kind)