Package org.apache.activemq.util
Class IntrospectionSupport
java.lang.Object
org.apache.activemq.util.IntrospectionSupport
-
Method Summary
Modifier and TypeMethodDescriptionprotected static voidappendToString(StringBuffer buffer, Object key, Object value) static StringconvertToString(Object value, Class to) extractProperties(Map props, String optionPrefix) static MethodfindGetterMethod(Class clazz, String name) static MethodfindSetterMethod(Class clazz, String name) static booleangetProperties(Object target, Map props, String optionPrefix) static booleansetProperties(Object target, Map<?, ?> props) static booleansetProperties(Object target, Map<?, ?> props, boolean removeIfSet) static booleansetProperties(Object target, Map<String, ?> props, String optionPrefix) static booleansetProperty(Object target, String name, Object value) static StringsimpleName(Class clazz) static Stringstatic Stringstatic String
-
Method Details
-
getProperties
-
setProperties
-
extractProperties
-
setProperties
-
setProperties
-
setProperty
-
convertToString
-
findSetterMethod
-
findGetterMethod
-
toString
-
toString
-
toString
-
appendToString
-
simpleName
-