Package | Description |
---|---|
org.hibernate.validator.cfg.context |
Contains facet and creational context interfaces forming the API
for programmatic constraint definition.
|
org.hibernate.validator.cfg.context.impl |
Creational context implementations of the API for programmatic
constraint definition.
|
Modifier and Type | Method and Description |
---|---|
ParameterConstraintMappingContext |
ParameterTarget.parameter(int index)
Changes the parameter for which added constraints apply.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterConstraintMappingContextImpl
Constraint mapping creational context which allows to configure the constraints for one method parameter.
|
Modifier and Type | Method and Description |
---|---|
ParameterConstraintMappingContext |
ParameterConstraintMappingContextImpl.constraint(ConstraintDef<?,?> definition) |
ParameterConstraintMappingContext |
ReturnValueConstraintMappingContextImpl.parameter(int index)
Changes the parameter for which added constraints apply.
|
ParameterConstraintMappingContext |
ParameterConstraintMappingContextImpl.parameter(int index)
Changes the parameter for which added constraints apply.
|
ParameterConstraintMappingContext |
MethodConstraintMappingContextImpl.parameter(int index) |
ParameterConstraintMappingContext |
ParameterConstraintMappingContextImpl.valid()
Marks the currently selected method parameter as cascadable.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.