Class IntrospectionSupport
java.lang.Object
org.apache.activemq.protobuf.compiler.IntrospectionSupport
Support class used to do introspection/reflection based setting and getting of properties on a Java Bean.
- Author:
- Hiram Chirino
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
appendToString
(StringBuffer buffer, Object value) 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<String, ?> props, String optionPrefix) static boolean
setProperty
(Object target, String name, Object value) static String
simpleName
(Class clazz) static String
static String
-
Method Details
-
getProperties
-
setProperties
-
extractProperties
-
setProperties
-
setProperty
-
toString
-
toString
-
appendToString
-
simpleName
-