Uses of Class
jakarta.validation.ElementKind
-
Packages that use ElementKind Package Description jakarta.validation Top level package of the Jakarta Bean Validation API.org.hibernate.validator.internal.engine.path Classes related to the Path.Node API.org.hibernate.validator.internal.metadata.aggregated The classes in this package contain the aggregated meta data needed for an actual validation.org.hibernate.validator.internal.util.logging Logging classes.org.jboss.resteasy.resteasy_jaxrs.i18n -
-
Uses of ElementKind in jakarta.validation
Methods in jakarta.validation that return ElementKind Modifier and Type Method Description ElementKindPath.Node. getKind()The kind of element represented by the node.static ElementKindElementKind. valueOf(String name)Returns the enum constant of this type with the specified name.static ElementKind[]ElementKind. values()Returns an array containing the constants of this enum type, 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 Modifier and Type Method Description ElementKindNodeImpl. getKind() -
Uses of ElementKind in org.hibernate.validator.internal.metadata.aggregated
Methods in org.hibernate.validator.internal.metadata.aggregated that return ElementKind Modifier and Type Method Description ElementKindClassMetaData. getKind()ElementKindConstraintMetaData. getKind()Returns thekindof this meta data object.ElementKindExecutableMetaData. getKind()ElementKindParameterMetaData. getKind()ElementKindPropertyMetaData. getKind()ElementKindReturnValueMetaData. getKind() -
Uses of ElementKind in org.hibernate.validator.internal.util.logging
Methods in org.hibernate.validator.internal.util.logging with parameters of type ElementKind Modifier and Type Method Description ClassCastExceptionLog_$logger. getUnableToNarrowNodeTypeException(Class<?> actualDescriptorType, ElementKind kind, Class<?> expectedDescriptorType)ClassCastExceptionLog. 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 ElementKind Modifier and Type Method Description StringMessages_$bundle. unexpectedPathNode(ElementKind kind)StringMessages. unexpectedPathNode(ElementKind kind)StringMessages_$bundle. unexpectedPathNodeViolation(ElementKind kind)StringMessages. unexpectedPathNodeViolation(ElementKind kind)
-