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 |
---|---|
CrossParameterConstraintMappingContext |
CrossParameterTarget.crossParameter()
Selects the cross-parameter element of a method or constructor as target for the next constraint declaration
operations.
|
Modifier and Type | Class and Description |
---|---|
class |
CrossParameterConstraintMappingContextImpl
Constraint mapping creational context which allows to configure cross-parameter constraints for a method or constructor.
|
Modifier and Type | Method and Description |
---|---|
CrossParameterConstraintMappingContext |
CrossParameterConstraintMappingContextImpl.constraint(ConstraintDef<?,?> definition) |
CrossParameterConstraintMappingContext |
ExecutableConstraintMappingContextImpl.crossParameter() |
CrossParameterConstraintMappingContext |
ReturnValueConstraintMappingContextImpl.crossParameter() |
CrossParameterConstraintMappingContext |
ParameterConstraintMappingContextImpl.crossParameter() |
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved