public final class IntrospectionSupport extends Object
Modifier and Type | Method and Description |
---|---|
protected static void |
appendToString(StringBuffer buffer,
Object value) |
static Map<String,Object> |
extractProperties(Map props,
String optionPrefix) |
static boolean |
getProperties(Object target,
Map props,
String optionPrefix) |
static boolean |
setProperties(Object target,
Map props) |
static boolean |
setProperties(Object target,
Map props,
String optionPrefix) |
static boolean |
setProperty(Object target,
String name,
Object value) |
static String |
simpleName(Class clazz) |
static String |
toString(Object target) |
static String |
toString(Object target,
Class stopClass) |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.