Package gw.lang.reflect
Interface IExpando
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetFieldValue(String field)Objectinvoke(String methodName, Object... args)voidsetDefaultFieldValue(String field)voidsetFieldValue(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
-
-