final class PropertyReflectionUtils
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
PropertyReflectionUtils.PropertyMethods |
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
GET_PREFIX |
private static java.lang.String |
IS_PREFIX |
private static java.lang.String |
SET_PREFIX |
Modifier | Constructor and Description |
---|---|
private |
PropertyReflectionUtils() |
Modifier and Type | Method and Description |
---|---|
(package private) static PropertyReflectionUtils.PropertyMethods |
getPropertyMethods(java.lang.Class<?> clazz) |
(package private) static boolean |
isGetter(java.lang.reflect.Method method) |
(package private) static boolean |
isSetter(java.lang.reflect.Method method) |
(package private) static java.lang.String |
toPropertyName(java.lang.reflect.Method method) |
private static final java.lang.String IS_PREFIX
private static final java.lang.String GET_PREFIX
private static final java.lang.String SET_PREFIX
static boolean isGetter(java.lang.reflect.Method method)
static boolean isSetter(java.lang.reflect.Method method)
static java.lang.String toPropertyName(java.lang.reflect.Method method)
static PropertyReflectionUtils.PropertyMethods getPropertyMethods(java.lang.Class<?> clazz)