Class MethodInvocationHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      MethodInvocationHandler​(java.lang.Object instance, java.lang.reflect.Method method, ISerializer serializer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      InvocationResult apply​(java.util.List<java.lang.Object> list, java.util.Map<java.lang.String,​java.lang.Object> map, InvocationDetails invocationDetails)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MethodInvocationHandler

        public MethodInvocationHandler​(java.lang.Object instance,
                                       java.lang.reflect.Method method,
                                       ISerializer serializer)