Class StructGetMetadata
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.struct.StructGetMetadata
@BoxBIF(description="Get metadata information about a struct")
@BoxMember(type=STRUCT)
public class StructGetMetadata
extends BIF
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, logger, moduleService, runtime, schedulerService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke(IBoxContext context, ArgumentsScope arguments) Gets Struct-specific metadata of the requested struct.Methods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
StructGetMetadata
public StructGetMetadata()Constructor
-
-
Method Details