Class GetFieldValueFunction.Native.ForJava7

java.lang.Object
io.github.toolfactory.jvm.function.catalog.GetFieldValueFunction.Native.ForJava7
All Implemented Interfaces:
GetFieldValueFunction, GetFieldValueFunction.Native, BiFunction<Object,Field,Object>
Enclosing interface:
GetFieldValueFunction.Native

public static class GetFieldValueFunction.Native.ForJava7 extends Object implements GetFieldValueFunction.Native
  • Constructor Details

    • ForJava7

      public ForJava7(Map<Object,Object> context) throws io.github.toolfactory.jvm.function.InitializeException
      Throws:
      io.github.toolfactory.jvm.function.InitializeException
  • Method Details

    • checkNativeEngine

      protected void checkNativeEngine() throws io.github.toolfactory.jvm.function.InitializeException
      Throws:
      io.github.toolfactory.jvm.function.InitializeException
    • apply

      public Object apply(Object target, Field field)
      Specified by:
      apply in interface BiFunction<Object,Field,Object>