Uses of Interface
org.hibernate.validator.internal.metadata.location.ConstraintLocation
-
Packages that use ConstraintLocation Package Description org.hibernate.validator.internal.engine.valuecontext org.hibernate.validator.internal.metadata.core Core classes of the internal model used for representing constraints and related metadata.org.hibernate.validator.internal.metadata.location Contains types for the representation of constraint locations.org.hibernate.validator.internal.util.logging Logging classes. -
-
Uses of ConstraintLocation in org.hibernate.validator.internal.engine.valuecontext
Methods in org.hibernate.validator.internal.engine.valuecontext with parameters of type ConstraintLocation Modifier and Type Method Description voidValueContext. appendNode(ConstraintLocation location)ObjectValueContext. 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 ConstraintLocation Modifier and Type Method Description ConstraintLocationMetaConstraint. getLocation()Methods in org.hibernate.validator.internal.metadata.core with parameters of type ConstraintLocation Modifier and Type Method Description static <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 ConstraintLocation Modifier and Type Class Description classAbstractPropertyConstraintLocation<T extends Property>An abstract property constraint location.classFieldConstraintLocationField property constraint location.classGetterConstraintLocationGetter property constraint location.classParameterConstraintLocationParameter constraint location.classTypeArgumentConstraintLocationType argument constraint location.Methods in org.hibernate.validator.internal.metadata.location that return ConstraintLocation Modifier and Type Method Description static ConstraintLocationConstraintLocation. forClass(Class<?> declaringClass)static ConstraintLocationConstraintLocation. forCrossParameter(Callable callable)static ConstraintLocationConstraintLocation. forField(Field field)static ConstraintLocationConstraintLocation. forGetter(Getter getter)static ConstraintLocationConstraintLocation. forParameter(Callable callable, int index)static ConstraintLocationConstraintLocation. forReturnValue(Callable callable)static ConstraintLocationConstraintLocation. forTypeArgument(ConstraintLocation delegate, TypeVariable<?> typeParameter, Type typeOfAnnotatedElement)ConstraintLocationTypeArgumentConstraintLocation. getDelegate()ConstraintLocationTypeArgumentConstraintLocation. getOuterDelegate()Methods in org.hibernate.validator.internal.metadata.location with parameters of type ConstraintLocation Modifier and Type Method Description static 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 ConstraintLocation Modifier and Type Method Description ValidationExceptionLog_$logger. getContainerElementTypeHasAlreadyBeenConfiguredViaXmlMappingConfigurationException(ConstraintLocation rootConstraintLocation, ContainerElementTypePath path)ValidationExceptionLog. getContainerElementTypeHasAlreadyBeenConfiguredViaXmlMappingConfigurationException(ConstraintLocation rootConstraintLocation, ContainerElementTypePath path)
-