Package com.kenshoo.pl.entity.internal
Class PartialEntityInvocationHandler<E extends EntityType<E>>
- java.lang.Object
-
- com.kenshoo.pl.entity.internal.PartialEntityInvocationHandler<E>
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
public class PartialEntityInvocationHandler<E extends EntityType<E>> extends java.lang.Object implements java.lang.reflect.InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description PartialEntityInvocationHandler(java.util.Map<java.lang.reflect.Method,EntityField<E,?>> methodsMap, CurrentEntityState currentState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-
-
-
Constructor Detail
-
PartialEntityInvocationHandler
public PartialEntityInvocationHandler(java.util.Map<java.lang.reflect.Method,EntityField<E,?>> methodsMap, CurrentEntityState currentState)
-
-