Class DynamicInvocationHandler<T>

java.lang.Object
org.springframework.data.couchbase.repository.support.DynamicInvocationHandler<T>
Type Parameters:
T -
All Implemented Interfaces:
InvocationHandler

public class DynamicInvocationHandler<T> extends Object implements InvocationHandler
Invocation Handler for scope/collection/options proxy for repositories
Author:
Michael Reiche