Class MapperParameter

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

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

    • MapperParameter

      public MapperParameter(Mapper mapper)
  • 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