public class Accessors
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isSetter(java.lang.reflect.Method method) |
static boolean |
maybeAGetter(java.lang.reflect.Method method) |
static boolean |
maybeASetter(java.lang.reflect.Method method) |
static java.lang.String |
propertyName(java.lang.reflect.Method method) |
static java.lang.String |
toCamelCase(java.lang.String s) |
public static boolean maybeAGetter(java.lang.reflect.Method method)
public static boolean isSetter(java.lang.reflect.Method method)
public static java.lang.String toCamelCase(java.lang.String s)
public static java.lang.String propertyName(java.lang.reflect.Method method)
public static boolean maybeASetter(java.lang.reflect.Method method)