Class PdxInstanceMethodInterceptor

java.lang.Object
org.springframework.data.gemfire.search.lucene.support.PdxInstanceMethodInterceptor
All Implemented Interfaces:
Advice, Interceptor, MethodInterceptor

public class PdxInstanceMethodInterceptor extends Object implements MethodInterceptor
The PdxInstanceMethodInterceptor class is a MethodInterceptor wrapping a PdxInstance to back a proxy during intercepted method invocations.
Since:
1.1.0
Author:
John Blum
See Also: