Class CreateDynamicProxy
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.java.CreateDynamicProxy
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, moduleService, runtime
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke
(IBoxContext context, ArgumentsScope arguments) Creates a dynamic proxy of the Box Class that is passed to a Java library.Methods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
CreateDynamicProxy
public CreateDynamicProxy()Constructor
-
-
Method Details
-
_invoke
Creates a dynamic proxy of the Box Class that is passed to a Java library. Dynamic proxy lets you pass Box Classes to Java objects. Java objects can work with the Box Class seamlessly as if they are native Java objects.
-