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 | Method and Description |
---|---|
ConstructorConstraintMappingContext |
ConstructorTarget.constructor(Class<?>... parameterTypes)
Selects a constructor to which the next operations shall apply.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutableConstraintMappingContextImpl
A constraint mapping creational context which allows to select the parameter or
return value to which the next operations shall apply.
|
Modifier and Type | Method and Description |
---|---|
ConstructorConstraintMappingContext |
TypeConstraintMappingContextImpl.constructor(Class<?>... parameterTypes) |
ConstructorConstraintMappingContext |
PropertyConstraintMappingContextImpl.constructor(Class<?>... parameterTypes) |
ConstructorConstraintMappingContext |
ReturnValueConstraintMappingContextImpl.constructor(Class<?>... parameterTypes) |
ConstructorConstraintMappingContext |
ParameterConstraintMappingContextImpl.constructor(Class<?>... parameterTypes) |
ConstructorConstraintMappingContext |
CrossParameterConstraintMappingContextImpl.constructor(Class<?>... parameterTypes) |
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved