Uses of Interface
org.hibernate.validator.cfg.context.TypeConstraintMappingContext
Packages that use TypeConstraintMappingContext
Package
Description
Entry point for the programmatic constraint definition API.
Contains facet and creational context interfaces forming the API for programmatic constraint definition.
Creational context implementations of the API for programmatic
constraint definition.
-
Uses of TypeConstraintMappingContext in org.hibernate.validator.cfg
Methods in org.hibernate.validator.cfg that return TypeConstraintMappingContextModifier and TypeMethodDescription<C> TypeConstraintMappingContext<C>
Starts defining constraints on the specified bean class. -
Uses of TypeConstraintMappingContext in org.hibernate.validator.cfg.context
Methods in org.hibernate.validator.cfg.context that return TypeConstraintMappingContextModifier and TypeMethodDescriptionTypeConstraintMappingContext.defaultGroupSequence
(Class<?>... defaultGroupSequence) Defines the default group sequence for current type.TypeConstraintMappingContext.defaultGroupSequenceProviderClass
(Class<? extends DefaultGroupSequenceProvider<? super C>> defaultGroupSequenceProviderClass) Defines the default group sequence provider for the current type.TypeConstraintMappingContext.ignoreAllAnnotations()
Defines that all annotations for this type should be ignored.<C> TypeConstraintMappingContext<C>
Selects the type to which the next operations shall apply. -
Uses of TypeConstraintMappingContext in org.hibernate.validator.internal.cfg.context
Classes in org.hibernate.validator.internal.cfg.context that implement TypeConstraintMappingContextModifier and TypeClassDescriptionfinal class
Constraint mapping creational context which allows to configure the class-level constraints for one bean.Methods in org.hibernate.validator.internal.cfg.context that return TypeConstraintMappingContextModifier and TypeMethodDescriptionTypeConstraintMappingContextImpl.constraint
(ConstraintDef<?, ?> definition) TypeConstraintMappingContextImpl.defaultGroupSequence
(Class<?>... defaultGroupSequence) TypeConstraintMappingContextImpl.defaultGroupSequenceProviderClass
(Class<? extends DefaultGroupSequenceProvider<? super C>> defaultGroupSequenceProviderClass) TypeConstraintMappingContextImpl.ignoreAllAnnotations()
TypeConstraintMappingContextImpl.ignoreAnnotations()
Deprecated.TypeConstraintMappingContextImpl.ignoreAnnotations
(boolean ignoreAnnotations) final <C> TypeConstraintMappingContext<C>