Class ASMInjector

  • All Implemented Interfaces:
    IInjector

    public class ASMInjector
    extends java.lang.Object
    implements IInjector
    The RegularVM adaptation of the IInjector.
    • Constructor Summary

      Constructors 
      Constructor Description
      ASMInjector()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void inject​(IModel targetModel, java.io.InputStream source, java.util.Map<java.lang.String,​java.lang.Object> options)
      Injects data into an IModel using the given options.
      void inject​(IModel targetModel, java.io.Reader source, java.util.Map<java.lang.String,​java.lang.Object> options)
      Injects data into an IModel using the given options.
      void inject​(IModel targetModel, java.lang.String source)
      Injects data into an IModel using default options.
      void inject​(IModel targetModel, java.lang.String source, java.util.Map<java.lang.String,​java.lang.Object> options)
      Injects data into an IModel using the given options.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait