public class IntrospectionSupport extends Object
| Constructor and Description |
|---|
IntrospectionSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
appendToString(StringBuilder buffer,
Object value) |
static Map |
extractProperties(Map props,
String optionPrefix) |
static boolean |
getProperties(Object target,
Map<String,String> props,
String optionPrefix) |
static Class |
getPropertyType(Class clazz,
String propertyName) |
static boolean |
setProperties(Object target,
Map props) |
static boolean |
setProperties(Object target,
Map props,
String optionPrefix) |
static String |
simpleName(Class clazz) |
static String |
toString(Object target) |
static String |
toString(Object target,
Class stopClass) |
public static boolean getProperties(Object target, Map<String,String> props, String optionPrefix)
protected static void appendToString(StringBuilder buffer, Object value)
public static Class getPropertyType(Class clazz, String propertyName) throws NoSuchFieldException
NoSuchFieldExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.