public class MultitypeMethodExtractor extends BaseMethodExtractor
| Constructor and Description |
|---|
MultitypeMethodExtractor(Class<?>... types) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Method> |
getMethods(MethodFilter filter)
Returns all methods from
MethodExtractor.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. |
getPackageName, isIncludeObjectMethods, setIncludeObjectMethodspublic MultitypeMethodExtractor(Class<?>... types)
public Collection<Method> getProxyableMethods()
MethodExtractorprivate, static, or
final.public Collection<Method> getPublicMethods()
MethodExtractorpublic methods that are proxyable.public Collection<Method> getMethods(MethodFilter filter)
MethodExtractorMethodExtractor.getProxyableMethods(),
filered by the given MethodFilter.filter - The method filterCopyright © 2014. All rights reserved.