public interface MethodExtractor
Interface for any class that can extract methods from a class for the purpose of proxying them.
| Modifier and Type | Method and Description |
|---|---|
Collection<Method> |
getMethods(MethodFilter filter)
Returns all methods from
getProxyableMethods(),
filered by the given MethodFilter. |
Collection<Method> |
getProxyableMethods()
Returns all methods that can be proxied.
|
Collection<Method> |
getPublicMethods()
Returns all
public methods that are proxyable. |
boolean |
isIncludeObjectMethods()
True if the
MethodExtractor extracts Object methods. |
Collection<Method> getProxyableMethods()
private, static, or
final.Collection<Method> getPublicMethods()
public methods that are proxyable.Collection<Method> getMethods(MethodFilter filter)
getProxyableMethods(),
filered by the given MethodFilter.filter - The method filterboolean isIncludeObjectMethods()
MethodExtractor extracts Object methods.Object methods extractedCopyright © 2014. All rights reserved.