Uses of Interface
org.hibernate.validator.internal.metadata.location.ConstraintLocation
Packages that use ConstraintLocation
Package
Description
Core classes of the internal model used for representing constraints and related metadata.
Contains types for the representation of constraint locations.
Logging classes.
-
Uses of ConstraintLocation in org.hibernate.validator.internal.engine.valuecontext
Methods in org.hibernate.validator.internal.engine.valuecontext with parameters of type ConstraintLocationModifier and TypeMethodDescriptionfinal void
ValueContext.appendNode
(ConstraintLocation location) ValueContext.getValue
(Object parent, ConstraintLocation location) -
Uses of ConstraintLocation in org.hibernate.validator.internal.metadata.core
Methods in org.hibernate.validator.internal.metadata.core that return ConstraintLocationMethods in org.hibernate.validator.internal.metadata.core with parameters of type ConstraintLocationModifier and TypeMethodDescriptionstatic <A extends Annotation>
MetaConstraint<A>MetaConstraints.create
(TypeResolutionHelper typeResolutionHelper, ValueExtractorManager valueExtractorManager, ConstraintValidatorManager constraintValidatorManager, ConstraintDescriptorImpl<A> constraintDescriptor, ConstraintLocation location) -
Uses of ConstraintLocation in org.hibernate.validator.internal.metadata.location
Classes in org.hibernate.validator.internal.metadata.location that implement ConstraintLocationModifier and TypeClassDescriptionclass
AbstractPropertyConstraintLocation<T extends Property>
An abstract property constraint location.class
Field property constraint location.class
Getter property constraint location.class
Parameter constraint location.class
Type argument constraint location.Methods in org.hibernate.validator.internal.metadata.location that return ConstraintLocationModifier and TypeMethodDescriptionstatic ConstraintLocation
static ConstraintLocation
ConstraintLocation.forCrossParameter
(Callable callable) static ConstraintLocation
static ConstraintLocation
static ConstraintLocation
ConstraintLocation.forParameter
(Callable callable, int index) static ConstraintLocation
ConstraintLocation.forReturnValue
(Callable callable) static ConstraintLocation
ConstraintLocation.forTypeArgument
(ConstraintLocation delegate, TypeVariable<?> typeParameter, Type typeOfAnnotatedElement) TypeArgumentConstraintLocation.getDelegate()
TypeArgumentConstraintLocation.getOuterDelegate()
Methods in org.hibernate.validator.internal.metadata.location with parameters of type ConstraintLocationModifier and TypeMethodDescriptionstatic ConstraintLocation
ConstraintLocation.forTypeArgument
(ConstraintLocation delegate, TypeVariable<?> typeParameter, Type typeOfAnnotatedElement) -
Uses of ConstraintLocation in org.hibernate.validator.internal.util.logging
Methods in org.hibernate.validator.internal.util.logging with parameters of type ConstraintLocationModifier and TypeMethodDescriptionLog.getContainerElementTypeHasAlreadyBeenConfiguredViaXmlMappingConfigurationException
(ConstraintLocation rootConstraintLocation, ContainerElementTypePath path)