Uses of Enum
org.hibernate.validator.internal.metadata.raw.ConstrainedElement.ConstrainedElementKind
Packages that use ConstrainedElement.ConstrainedElementKind
Package
Description
Contains types for the representation of constraint locations.
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
Logging classes.
-
Uses of ConstrainedElement.ConstrainedElementKind in org.hibernate.validator.internal.metadata.location
Methods in org.hibernate.validator.internal.metadata.location with parameters of type ConstrainedElement.ConstrainedElementKindModifier and TypeMethodDescriptionConstraintLocation.ConstraintLocationKind.of(ConstrainedElement.ConstrainedElementKind constrainedElementKind) -
Uses of ConstrainedElement.ConstrainedElementKind in org.hibernate.validator.internal.metadata.raw
Methods in org.hibernate.validator.internal.metadata.raw that return ConstrainedElement.ConstrainedElementKindModifier and TypeMethodDescriptionAbstractConstrainedElement.getKind()ConstrainedElement.getKind()Returns the kind of this constrained element.Returns the enum constant of this type with the specified name.ConstrainedElement.ConstrainedElementKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.validator.internal.metadata.raw with parameters of type ConstrainedElement.ConstrainedElementKindModifierConstructorDescriptionAbstractConstrainedElement(ConfigurationSource source, ConstrainedElement.ConstrainedElementKind kind, Set<MetaConstraint<?>> constraints, Set<MetaConstraint<?>> typeArgumentConstraints, CascadingMetaDataBuilder cascadingMetaDataBuilder) -
Uses of ConstrainedElement.ConstrainedElementKind in org.hibernate.validator.internal.properties
Methods in org.hibernate.validator.internal.properties that return ConstrainedElement.ConstrainedElementKindModifier and TypeMethodDescriptionConstrainable.getConstrainedElementKind()Field.getConstrainedElementKind()Getter.getConstrainedElementKind() -
Uses of ConstrainedElement.ConstrainedElementKind in org.hibernate.validator.internal.properties.javabean
Methods in org.hibernate.validator.internal.properties.javabean that return ConstrainedElement.ConstrainedElementKindModifier and TypeMethodDescriptionJavaBeanConstructor.getConstrainedElementKind()JavaBeanGetter.getConstrainedElementKind()JavaBeanMethod.getConstrainedElementKind() -
Uses of ConstrainedElement.ConstrainedElementKind in org.hibernate.validator.internal.util.logging
Methods in org.hibernate.validator.internal.util.logging with parameters of type ConstrainedElement.ConstrainedElementKindModifier and TypeMethodDescription