Class ArrayParameter

java.lang.Object
cool.scx.ffm.type.paramter.ArrayParameter
All Implemented Interfaces:
Parameter

public class ArrayParameter extends Object implements Parameter
ArrayParameter
Version:
0.0.1
Author:
scx567888
  • Constructor Details

    • ArrayParameter

      public ArrayParameter(Object array, Mapper arrayMapper)
  • Method Details

    • toNativeParameter

      public Object toNativeParameter(Arena arena)
      Specified by:
      toNativeParameter in interface Parameter
    • beforeCloseArena

      public void beforeCloseArena()
      Description copied from interface: Parameter
      在即将退出 arena 范围之前执行 对于一些被外部修改的方法 可以在此处 将外部内存段中的值 写入到 java 内存中
      Specified by:
      beforeCloseArena in interface Parameter