@FunctionalInterface public interface ProxiedMethodFilter
GroovyMethodFilter,
WELD-840| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Method method,
Class<?> proxySuperclass)
Determines, whether the given method should be implemented by the proxy / subclass or not.
|
default boolean |
isEnabled()
Determines whether this filter is enabled.
|
default boolean isEnabled()
boolean accept(Method method, Class<?> proxySuperclass)
method - the given methodproxySuperclass - the class the proxy extends directlyCopyright © 2017. All rights reserved.