public class GroovyMethodFilter extends Object implements ProxiedMethodFilter
ProxiedMethodFilter implementation for Groovy. Methods declared by groovy.lang.GroovyObject
and their implementations are ignored.WELD-840| Constructor and Description |
|---|
GroovyMethodFilter() |
| 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.
|
boolean |
isEnabled()
Determines whether this filter is enabled.
|
public boolean isEnabled()
ProxiedMethodFilterisEnabled in interface ProxiedMethodFilterpublic boolean accept(Method method, Class<?> proxySuperclass)
ProxiedMethodFilteraccept in interface ProxiedMethodFiltermethod - the given methodproxySuperclass - the class the proxy extends directlyCopyright © 2017. All rights reserved.