Uses of Interface
org.hibernate.validator.cfg.context.AnnotationProcessingOptions
-
Packages that use AnnotationProcessingOptions Package Description 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 AnnotationProcessingOptions in org.hibernate.validator.cfg.context
Classes in org.hibernate.validator.cfg.context with type parameters of type AnnotationProcessingOptions Modifier and Type Interface Description interfaceAnnotationProcessingOptions<C extends AnnotationProcessingOptions<C>>Deprecated.Since 6.0.Subinterfaces of AnnotationProcessingOptions in org.hibernate.validator.cfg.context Modifier and Type Interface Description interfacePropertyConstraintMappingContextConstraint mapping creational context representing a property of a bean.interfaceTypeConstraintMappingContext<C>Constraint mapping creational context representing a type. -
Uses of AnnotationProcessingOptions in org.hibernate.validator.internal.cfg.context
Classes in org.hibernate.validator.internal.cfg.context that implement AnnotationProcessingOptions Modifier and Type Class Description classTypeConstraintMappingContextImpl<C>Constraint mapping creational context which allows to configure the class-level constraints for one bean.
-