org.apache.openejb.util
Class IntrospectionSupport
java.lang.Object
org.apache.openejb.util.IntrospectionSupport
public class IntrospectionSupport
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntrospectionSupport
public IntrospectionSupport()
getProperties
public static boolean getProperties(Object target,
Map<String,String> props,
String optionPrefix)
setProperties
public static boolean setProperties(Object target,
Map props,
String optionPrefix)
extractProperties
public static Map extractProperties(Map props,
String optionPrefix)
setProperties
public static boolean setProperties(Object target,
Map props)
toString
public static String toString(Object target)
toString
public static String toString(Object target,
Class stopClass)
appendToString
protected static void appendToString(StringBuffer buffer,
Object value)
simpleName
public static String simpleName(Class clazz)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.