Class MapStructExt
- java.lang.Object
-
- manifold.ext.rt.extensions.java.util.Map.MapStructExt
-
- All Implemented Interfaces:
ICallHandler
public abstract class MapStructExt extends Object implements ICallHandler
Interface extension for java.util.Map to add ICallHandler support.
-
-
Field Summary
-
Fields inherited from interface manifold.ext.rt.api.ICallHandler
UNHANDLED
-
-
Constructor Summary
Constructors Constructor Description MapStructExt()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <K,V>
Objectcall(Map<K,V> bindings, Object proxy, Class<?> iface, String name, String actualName, Class<?> returnType, Class<?>[] paramTypes, Object[] args)static Objectinvoke(Map bindings, Object proxy, Method method, Object[] args)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface manifold.ext.rt.api.ICallHandler
call
-
-