public class Getters extends Object
| Constructor and Description |
|---|
Getters() |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
getReadableProperties(Class<?> beanType)
Obtains all readable properties from a given type.
|
static Class<?> |
getReadableType(Class<?> beanType,
String propertyName) |
static boolean |
isNestedReadableProperty(Class<?> beanType,
String propertyName)
Obtains all readable properties from a given type.
|
public static Set<String> getReadableProperties(Class<?> beanType)
beanType - the type to seekpublic static boolean isNestedReadableProperty(Class<?> beanType, String propertyName)
beanType - the type to seekpropertyName - the property name to seekCopyright © 2008–2020 Ultreia.io. All rights reserved.