Type Parameters:
R - result to inject (e.g.: OF-API match)
T - target of injection

public interface ResultInjector<R,T>
Injecting match object into chosen target.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    inject(R result, T target)
    Inject result into target.
  • Method Details

    • inject

      void inject(R result, T target)
      Inject result into target.
      Parameters:
      result - result
      target - target