public class ConfiguredConstraint<A extends Annotation,L extends ConstraintLocation> extends Object
Modifier and Type | Method and Description |
---|---|
A |
createAnnotationProxy() |
static <A extends Annotation> |
forParameter(ConstraintDef<?,A> constraint,
Method method,
int parameterIndex) |
static <A extends Annotation> |
forReturnValue(ConstraintDef<?,A> constraint,
Method method) |
ConstraintDef<?,A> |
getConstraint() |
Class<A> |
getConstraintType() |
L |
getLocation() |
Map<String,Object> |
getParameters() |
public static <A extends Annotation> ConfiguredConstraint<A,MethodConstraintLocation> forParameter(ConstraintDef<?,A> constraint, Method method, int parameterIndex)
public static <A extends Annotation> ConfiguredConstraint<A,MethodConstraintLocation> forReturnValue(ConstraintDef<?,A> constraint, Method method)
public ConstraintDef<?,A> getConstraint()
public L getLocation()
public A createAnnotationProxy()
Copyright © 2018 JBoss by Red Hat. All rights reserved.