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