Interface | Description |
---|---|
Delegate |
Interface to be implemented by all classes which can be used as a delegate by an
invocation handler.
|
MethodMatcher |
Used to determine if a method matches some set of selection criteria.
|
P6Proxy |
Marker interface added to all proxies generated by P6Spy.
|
Class | Description |
---|---|
GenericInvocationHandler<T> |
Base class for invocation handlers.
|
MethodNameAndParameterLikeMatcher |
Used to select methods based on the method name and parameters.
|
MethodNameAndParameterMatcher |
Used to select methods based on the method name and parameters.
|
MethodNameMatcher |
Used to select methods based on the method name.
|
ProxyFactory |
Factory for creating proxies
|
ProxyNamingPolicy |
Naming policy for CGLIB generated classes.
|
Copyright © 2002-2015 P6Spy. All Rights Reserved.