public class GroovyMethodFilter
extends java.lang.Object
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(java.lang.reflect.Method method)
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()
public boolean accept(java.lang.reflect.Method method)
method - the given methodCopyright © 2015. All Rights Reserved.