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 voidappendToString(StringBuffer buffer, Object value) extractProperties(Map props, String optionPrefix) static booleangetProperties(Object target, Map props, String optionPrefix) static booleansetProperties(Object target, Map props) static booleansetProperties(Object target, Map<String, ?> props, String optionPrefix) static booleansetProperty(Object target, String name, Object value) static StringsimpleName(Class clazz) static Stringstatic String
-
Method Details
-
getProperties
-
setProperties
-
extractProperties
-
setProperties
-
setProperty
-
toString
-
toString
-
appendToString
-
simpleName
-