Package gw.lang.reflect
Interface IExpando
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getFieldValue(String field)
Object
invoke(String methodName, Object... args)
void
setDefaultFieldValue(String field)
void
setFieldValue(String field, Object value)
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
-
-