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 voidValueContext.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 TypeClassDescriptionclassAbstractPropertyConstraintLocation<T extends Property>An abstract property constraint location.classField property constraint location.classGetter property constraint location.classParameter constraint location.classType argument constraint location.Methods in org.hibernate.validator.internal.metadata.location that return ConstraintLocationModifier and TypeMethodDescriptionstatic ConstraintLocationstatic ConstraintLocationConstraintLocation.forCrossParameter(Callable callable) static ConstraintLocationstatic ConstraintLocationstatic ConstraintLocationConstraintLocation.forParameter(Callable callable, int index) static ConstraintLocationConstraintLocation.forReturnValue(Callable callable) static ConstraintLocationConstraintLocation.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 ConstraintLocationConstraintLocation.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)