public abstract class UnitypeMethodExtractor extends BaseMethodExtractor
| Constructor and Description |
|---|
UnitypeMethodExtractor(Class<?> owningType) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getOwningPackageName()
Returns the package of the owning type.
|
protected Class<?> |
getOwningType()
Returns the primary/owning type of the methods to be proxied.
|
protected boolean |
isObjectMethod(Method method)
True if the method is declared by
java.lang.Object. |
protected boolean |
isProxyable(Method method)
Determines if the given method is proxyable.
|
getPackageName, isIncludeObjectMethods, setIncludeObjectMethodsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMethods, getProxyableMethods, getPublicMethodspublic UnitypeMethodExtractor(Class<?> owningType)
protected String getOwningPackageName()
protected Class<?> getOwningType()
protected boolean isObjectMethod(Method method)
java.lang.Object.method - The methodObjectprotected boolean isProxyable(Method method)
method - The method to testCopyright © 2014. All rights reserved.