Uses of Interface
org.hibernate.validator.cfg.context.ContainerElementConstraintMappingContext
Packages that use ContainerElementConstraintMappingContext
Package
Description
Contains facet and creational context interfaces forming the API for programmatic constraint definition.
-
Uses of ContainerElementConstraintMappingContext in org.hibernate.validator.cfg.context
Subinterfaces with type arguments of type ContainerElementConstraintMappingContext in org.hibernate.validator.cfg.contextModifier and TypeInterfaceDescriptioninterfaceConstraint mapping creational context representing a type argument of a property, parameter or method return value with a generic (return) type.interfaceConstraint mapping creational context representing a type argument of a property, parameter or method return value with a generic (return) type.Methods in org.hibernate.validator.cfg.context that return ContainerElementConstraintMappingContextModifier and TypeMethodDescriptionContainerElementTarget.containerElementType()Selects the single type argument of the current element's generic type as the target for the next operations.ContainerElementTarget.containerElementType(int index, int... nestedIndexes) Selects the single type argument of the current element's generic type as the target for the next operations.