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 |
Cascadable<C extends Cascadable<C>>
Facet of a constraint mapping creational context which allows to mark the underlying
element as to be validated in a cascaded way.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContainerElementConstraintMappingContext
Constraint mapping creational context representing a type argument of a property, parameter or method return value
with a generic (return) type.
|
interface |
ParameterConstraintMappingContext
Constraint mapping creational context representing a method parameter.
|
interface |
PropertyConstraintMappingContext
Constraint mapping creational context representing a property of a bean.
|
interface |
ReturnValueConstraintMappingContext
Constraint mapping creational context representing a method return value.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerElementConstraintMappingContextImpl |
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved