public final class PropertyElf extends Object
| Constructor and Description |
|---|
PropertyElf() |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
copyProperties(Properties props) |
static void |
flushCaches() |
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)
public static void flushCaches()
Copyright © 2016 Zaxxer.com. All rights reserved.