Package org.apache.bval.jsr.util
Class Methods
- java.lang.Object
-
- org.apache.bval.jsr.util.Methods
-
public final class Methods extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Method
getter(Class<?> clazz, String property)
static boolean
isGetter(Method m)
static boolean
isGetter(String methodName)
static String
propertyName(Method getter)
static String
propertyName(String methodName)
-