public class MethodConstraints extends Object implements Comparable<MethodConstraints>
| Constructor and Description |
|---|
MethodConstraints(Method method) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.apache.bval.jsr.descriptor.ConstraintD<?> constraint) |
int |
compareTo(MethodConstraints that) |
Set<Class<?>> |
getAnnotations() |
Method |
getMethod() |
String |
toString() |
public MethodConstraints(Method method)
public void add(org.apache.bval.jsr.descriptor.ConstraintD<?> constraint)
public Method getMethod()
public int compareTo(MethodConstraints that)
compareTo in interface Comparable<MethodConstraints>Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.