public final class PropertyElf extends Object
| Constructor | Description |
|---|---|
PropertyElf() |
| Modifier and Type | Method | Description |
|---|---|---|
static Properties |
copyProperties(Properties props) |
|
static Object |
getProperty(String propName,
Object target) |
|
static Set<String> |
getPropertyNames(Class<?> targetClass) |
Get the bean-style property names for the specified object.
|
static void |
setTargetFromProperties(Object target,
Properties properties) |
public static void setTargetFromProperties(Object target, Properties properties)
public static Set<String> getPropertyNames(Class<?> targetClass)
targetClass - the target objectpublic static Properties copyProperties(Properties props)
Copyright © 2017 Zaxxer.com. All Rights Reserved.