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.
-
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.