| Package | Description |
|---|---|
| org.hibernate.validator.cfg.context |
Contains facet and creational context interfaces forming the API
for programmatic constraint definition.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Unwrapable<U extends Unwrapable<U>>
Facet of a constraint mapping creational context which allows to mark the underlying element as to be unwrapped prior
to validation.
|
| Modifier and Type | Interface and Description |
|---|---|
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.
|
Copyright © 2009-2014 Oracle Corporation. All Rights Reserved.