Class SetFieldValueFunction.Native.ForJava7

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

public static class SetFieldValueFunction.Native.ForJava7 extends io.github.toolfactory.jvm.function.catalog.SetFieldValueFunction.Abst implements SetFieldValueFunction.Native
  • Constructor Details

  • Method Details

    • accept

      public void accept(Object target, Field field, Object value)
      Specified by:
      accept in interface io.github.toolfactory.jvm.function.template.TriConsumer<Object,Field,Object>