|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutableConstraintLocation | |
|---|---|
| org.hibernate.validator.internal.cfg.context | Creational context implementations of the API for programmatic constraint definition. |
| org.hibernate.validator.internal.metadata.raw | The raw metadata is a reflection of all configured constraints including constraints defined via multiple configuration sources. |
| Uses of ExecutableConstraintLocation in org.hibernate.validator.internal.cfg.context |
|---|
| Methods in org.hibernate.validator.internal.cfg.context that return types with arguments of type ExecutableConstraintLocation | ||
|---|---|---|
static
|
ConfiguredConstraint.forParameter(ConstraintDef<?,A> constraint,
Method method,
int parameterIndex)
|
|
static
|
ConfiguredConstraint.forReturnValue(ConstraintDef<?,A> constraint,
Method method)
|
|
Map<Class<?>,Set<ExecutableConstraintLocation>> |
ConstraintMappingContext.getMethodCascadeConfig()
|
|
Map<Class<?>,Set<ConfiguredConstraint<?,ExecutableConstraintLocation>>> |
ConstraintMappingContext.getMethodConstraintConfig()
|
|
| Methods in org.hibernate.validator.internal.cfg.context with parameters of type ExecutableConstraintLocation | |
|---|---|
void |
ConstraintMappingContext.addMethodCascadeConfig(ExecutableConstraintLocation cascade)
|
| Method parameters in org.hibernate.validator.internal.cfg.context with type arguments of type ExecutableConstraintLocation | |
|---|---|
void |
ConstraintMappingContext.addMethodConstraintConfig(ConfiguredConstraint<?,ExecutableConstraintLocation> constraint)
|
| Uses of ExecutableConstraintLocation in org.hibernate.validator.internal.metadata.raw |
|---|
| Methods in org.hibernate.validator.internal.metadata.raw that return ExecutableConstraintLocation | |
|---|---|
ExecutableConstraintLocation |
ConstrainedParameter.getLocation()
|
ExecutableConstraintLocation |
ConstrainedExecutable.getLocation()
|
| Constructors in org.hibernate.validator.internal.metadata.raw with parameters of type ExecutableConstraintLocation | |
|---|---|
ConstrainedExecutable(ConfigurationSource source,
ExecutableConstraintLocation location,
List<ConstrainedParameter> parameterMetaData,
Set<MetaConstraint<?>> crossParameterConstraints,
Set<MetaConstraint<?>> returnValueConstraints,
Map<Class<?>,Class<?>> groupConversions,
boolean isCascading)
Creates a new executable meta data object. |
|
ConstrainedExecutable(ConfigurationSource source,
ExecutableConstraintLocation location,
Set<MetaConstraint<?>> returnValueConstraints,
boolean isCascading)
Creates a new executable meta data object for a parameter-less executable. |
|
ConstrainedParameter(ConfigurationSource source,
ExecutableConstraintLocation location,
String name,
Set<MetaConstraint<?>> constraints,
Map<Class<?>,Class<?>> groupConversions,
boolean isCascading)
Creates a new parameter meta data object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||