Class SetFieldValueFunction.Native.ForJava7

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

public static class SetFieldValueFunction.Native.ForJava7 extends SetFieldValueFunction.Abst implements SetFieldValueFunction.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
    • accept

      public void accept(Object target, Field field, Object value)
      Specified by:
      accept in interface TriConsumer<Object,Field,Object>