Class PdxInstanceMethodInterceptor

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

public class PdxInstanceMethodInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
The PdxInstanceMethodInterceptor class is a MethodInterceptor wrapping a PdxInstance to back a proxy during intercepted method invocations.
Since:
1.1.0
See Also:
  • MethodInterceptor
  • PdxInstance
  • WritablePdxInstance
  • Constructor Details

    • PdxInstanceMethodInterceptor

      public PdxInstanceMethodInterceptor(org.apache.geode.pdx.PdxInstance source)
      Constructs an instance of PdxInstanceMethodInterceptor initialized with the given source.
      Parameters:
      source - PdxInstance used as the source to back the proxy in method invocations.
      Throws:
      IllegalArgumentException - if source is null.
      See Also:
      • PdxInstance
  • Method Details