Uses of Interface
org.hibernate.validator.cfg.context.ContainerElementConstraintMappingContext
-
Packages that use ContainerElementConstraintMappingContext 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 ContainerElementConstraintMappingContext in org.hibernate.validator.cfg.context
Methods in org.hibernate.validator.cfg.context that return ContainerElementConstraintMappingContext Modifier and Type Method Description ContainerElementConstraintMappingContextContainerElementTarget. containerElementType()Selects the single type argument of the current element's generic type as the target for the next operations.ContainerElementConstraintMappingContextContainerElementTarget. containerElementType(int index, int... nestedIndexes)Selects the single type argument of the current element's generic type as the target for the next operations. -
Uses of ContainerElementConstraintMappingContext in org.hibernate.validator.internal.cfg.context
Classes in org.hibernate.validator.internal.cfg.context that implement ContainerElementConstraintMappingContext Modifier and Type Class Description classContainerElementConstraintMappingContextImplMethods in org.hibernate.validator.internal.cfg.context that return ContainerElementConstraintMappingContext Modifier and Type Method Description ContainerElementConstraintMappingContextContainerElementConstraintMappingContextImpl. constraint(ConstraintDef<?,?> definition)ContainerElementConstraintMappingContextContainerElementConstraintMappingContextImpl. containerElementType()ContainerElementConstraintMappingContextContainerElementConstraintMappingContextImpl. containerElementType(int index, int... nestedIndexes)protected ContainerElementConstraintMappingContextContainerElementConstraintMappingContextImpl. getThis()
-