public class DynamicTypeProxyGenerator
extends Object
Used at runtime to dynamically proxy a type that dynamically implements a structural interface via ICallHandler
e.g., an Extension Method for ICallHandler#call on Map could delegate get/set accessor calls to the map's
key/value pairs and delegate method calls to key/value pairs involving functional interface values.
The basic idea is to enable a manifold extension to dynamically dispatch calls to a structural interface via ICallHandler.