Class StructKeyTranslate

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.struct.StructKeyTranslate

@BoxBIF @BoxMember(type=STRUCT, name="translateKeys") public class StructKeyTranslate extends BIF
  • Constructor Details

    • StructKeyTranslate

      public StructKeyTranslate()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Converts a struct with dot-notated keys in to an unflattened version
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation