Uses of Interface
org.hibernate.validator.cfg.context.AnnotationIgnoreOptions
Packages that use AnnotationIgnoreOptions
Package
Description
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 AnnotationIgnoreOptions in org.hibernate.validator.cfg.context
Classes in org.hibernate.validator.cfg.context with type parameters of type AnnotationIgnoreOptionsModifier and TypeInterfaceDescriptioninterface
AnnotationIgnoreOptions<C extends AnnotationIgnoreOptions<C>>
Facet of a constraint mapping creational context which allows to configure how existing annotation should be treated.Subinterfaces of AnnotationIgnoreOptions in org.hibernate.validator.cfg.contextModifier and TypeInterfaceDescriptioninterface
Constraint mapping creational context representing a constructor.interface
Constraint mapping creational context allowing to add cross-parameter constraints to a method or constructor and to navigate to other constraint targets.interface
Constraint mapping creational context representing a method.interface
Constraint mapping creational context representing a method parameter.interface
Constraint mapping creational context representing a property of a bean.interface
Constraint mapping creational context representing a method return value.interface
Constraint mapping creational context representing a type. -
Uses of AnnotationIgnoreOptions in org.hibernate.validator.internal.cfg.context
Classes in org.hibernate.validator.internal.cfg.context that implement AnnotationIgnoreOptionsModifier and TypeClassDescriptionfinal class
Constraint mapping creational context which allows to configure the class-level constraints for one bean.