public abstract class PropertyUtils extends Object
BeanUtils class.
Constructor and Description |
---|
PropertyUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
getPathValue(Object bean,
String path,
Class<T> expectedClass)
getPathValue
|
static Collection<String> |
getProperties(Object bean)
getProperties
|
public static Collection<String> getProperties(Object bean)
getProperties
bean
- a Object
object.Collection
object.Copyright © 2021. All rights reserved.