public abstract class BaseMethodExtractor extends Object implements MethodExtractor
Abstract base class for method extractors.
| Constructor and Description |
|---|
BaseMethodExtractor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getPackageName(Class<?> type)
Returns the package name of the class.
|
boolean |
isIncludeObjectMethods()
True if
java.lang.Object methods should be proxied. |
void |
setIncludeObjectMethods(boolean include)
Determines whether or not
java.lang.Object methods should
be proxied. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMethods, getProxyableMethods, getPublicMethodspublic boolean isIncludeObjectMethods()
java.lang.Object methods should be proxied.isIncludeObjectMethods in interface MethodExtractorpublic void setIncludeObjectMethods(boolean include)
java.lang.Object methods should
be proxied.include - True if Object methods shold be proxiedCopyright © 2014. All rights reserved.