public class ConvertedClosure extends ConversionHandler
This class is a general adapter to adapt a closure to any Java interface.
| Constructor and description | 
|---|
| ConvertedClosure
                                (Closure closure, String method)to create a ConvertedClosure object. | 
| ConvertedClosure
                                (Closure closure) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | Object | invokeCustom(Object proxy, Method method, Object[] args) | 
| Methods inherited from class | Name | 
|---|---|
| class ConversionHandler | checkMethod, equals, getDelegate, hashCode, invoke, invokeCustom, isCoreObjectMethod, isDefaultMethod, toString | 
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.