Uses of Interface
org.hibernate.validator.cfg.context.TypeConstraintMappingContext
-
Packages that use TypeConstraintMappingContext Package Description org.hibernate.validator.cfg Entry point for the programmatic constraint definition API.org.hibernate.validator.cfg.context Contains facet and creational context interfaces forming the API for programmatic constraint definition.org.hibernate.validator.internal.cfg.context 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 TypeConstraintMappingContext Modifier and Type Method Description <C> TypeConstraintMappingContext<C>ConstraintMapping. type(Class<C> beanClass)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 TypeConstraintMappingContext Modifier and Type Method Description TypeConstraintMappingContext<C>TypeConstraintMappingContext. defaultGroupSequence(Class<?>... defaultGroupSequence)Defines the default group sequence for current type.TypeConstraintMappingContext<C>TypeConstraintMappingContext. defaultGroupSequenceProviderClass(Class<? extends DefaultGroupSequenceProvider<? super C>> defaultGroupSequenceProviderClass)Defines the default group sequence provider for the current type.TypeConstraintMappingContext<C>TypeConstraintMappingContext. ignoreAllAnnotations()Defines that all annotations for this type should be ignored.<C> TypeConstraintMappingContext<C>TypeTarget. type(Class<C> type)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 TypeConstraintMappingContext Modifier and Type Class Description classTypeConstraintMappingContextImpl<C>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 TypeConstraintMappingContext Modifier and Type Method Description TypeConstraintMappingContext<C>TypeConstraintMappingContextImpl. constraint(ConstraintDef<?,?> definition)TypeConstraintMappingContext<C>TypeConstraintMappingContextImpl. defaultGroupSequence(Class<?>... defaultGroupSequence)TypeConstraintMappingContext<C>TypeConstraintMappingContextImpl. defaultGroupSequenceProviderClass(Class<? extends DefaultGroupSequenceProvider<? super C>> defaultGroupSequenceProviderClass)TypeConstraintMappingContext<C>TypeConstraintMappingContextImpl. ignoreAllAnnotations()TypeConstraintMappingContext<C>TypeConstraintMappingContextImpl. ignoreAnnotations()Deprecated.TypeConstraintMappingContext<C>TypeConstraintMappingContextImpl. ignoreAnnotations(boolean ignoreAnnotations)<C> TypeConstraintMappingContext<C>DefaultConstraintMapping. type(Class<C> type)
-