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 |
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 |
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.
|
interface |
TypeConstraintMappingContext<C>
Constraint mapping creational context representing a type.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerElementConstraintMappingContextImpl |
class |
TypeConstraintMappingContextImpl<C>
Constraint mapping creational context which allows to configure the class-level constraints for one bean.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.