Class CreateDynamicProxy

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.java.CreateDynamicProxy

@BoxBIF public class CreateDynamicProxy extends BIF
  • Constructor Details

    • CreateDynamicProxy

      public CreateDynamicProxy()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      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.
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      A dynamic proxy of the Box Class.