public abstract class PropertyUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_SEPARATOR |
| Constructor and Description |
|---|
PropertyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getFirstPropertyName(String propertyPath) |
static String |
getNestedPath(String propertyPath) |
static String |
getPath(String propertyPath) |
static PropertyDescriptor |
getPropertyDescriptor(Class<?> clazz,
String propertyPath) |
static String |
getPropertyName(String propertyPath) |
static boolean |
isNested(String propertyPath) |
static String |
toHumanReadable(String propertyName) |
public static String PROPERTY_SEPARATOR
public static boolean isNested(String propertyPath)
public static PropertyDescriptor getPropertyDescriptor(Class<?> clazz, String propertyPath)
Copyright © 2014 JDAL. All Rights Reserved.