public class MapGetterInvocationHandler extends GetterInvocationHandler implements Serializable
Implements getXXX() based on a Map whose keys are the XXX part of the getXXX() method name.
Serializable so that it may be used to return a result remotely.
Internal use only