[Java] Class ConvertedClosure
- org.codehaus.groovy.runtime.ConvertedClosure
- All Implemented Interfaces and Traits:
- Serializable
public class ConvertedClosure extends ConversionHandler implements Serializable
This class is a general adapter to adapt a closure to any Java interface.
Constructor Summary
| Constructor and description |
|---|
ConvertedClosure
(Closure closure, String method)to create a ConvertedClosure object. |
ConvertedClosure
(Closure closure) |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
public Object |
invokeCustom(Object proxy, Method method, Object[] args) |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class ConversionHandler | checkMethod, equals, getDelegate, hashCode, invoke, invokeCustom, isCoreObjectMethod, isDefaultMethod, toString |
Constructor Detail
public ConvertedClosure(Closure closure, String method)
to create a ConvertedClosure object.
- Parameters:
-
closure- the closure object.
public ConvertedClosure(Closure closure)
Method Detail
@Override public Object invokeCustom(Object proxy, Method method, Object[] args)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/runtime/ConvertedClosure.html