MCPcopy Create free account
hub / github.com/0opslab/opslabJutil / readMethod

Method readMethod

src/main/java/com/opslab/helper/BeanHepler.java:48–51  ·  view source on GitHub ↗
(Object bean,
                                     Method readMethod)

Source from the content-addressed store, hash-verified

46 }
47
48 private static Object readMethod(Object bean,
49 Method readMethod) throws InvocationTargetException, IllegalAccessException {
50 return readMethod.invoke(bean);
51 }
52
53 private static void writeMethod(Object bean, Method writeMethod,
54 Object value) throws InvocationTargetException, IllegalAccessException {

Callers 12

getPropertyMethod · 0.95
getPropertyPeacefulMethod · 0.95
getPropertyIgnoreCaseMethod · 0.95
getPropertyFilterMethod · 0.95
copyPropertyMethod · 0.95
copyPropertyPeacefulMethod · 0.95
copyPropertiesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected