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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConstructorConstraintMappingContext
Constraint mapping creational context representing a constructor.
|
interface |
ContainerElementConstraintMappingContext
Constraint mapping creational context representing a type argument of a property, parameter or method return value
with a generic (return) type.
|
interface |
CrossParameterConstraintMappingContext
Constraint mapping creational context allowing to add cross-parameter constraints to a method or constructor and to
navigate to other constraint targets.
|
interface |
MethodConstraintMappingContext
Constraint mapping creational context representing a method.
|
interface |
ParameterConstraintMappingContext
Constraint mapping creational context representing a method parameter.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerElementConstraintMappingContextImpl |
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved