Uses of Interface
org.hibernate.validator.cfg.context.AnnotationProcessingOptions

Packages that use AnnotationProcessingOptions
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
 interface AnnotationProcessingOptions<C extends AnnotationProcessingOptions<C>>
          Facet of a constraint mapping creational context which allows to configure how existing annotation should be treated.
 

Subinterfaces of AnnotationProcessingOptions in org.hibernate.validator.cfg.context
 interface PropertyConstraintMappingContext
          Constraint mapping creational context representing a property of a bean.
 interface TypeConstraintMappingContext<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
 class PropertyConstraintMappingContextImpl
          Constraint mapping creational context which allows to configure the constraints for one bean property.
 class TypeConstraintMappingContextImpl<C>
          Constraint mapping creational context which allows to configure the class-level constraints for one bean.
 



Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved