Class KameletMainInjector

java.lang.Object
org.apache.camel.main.download.KameletMainInjector
All Implemented Interfaces:
org.apache.camel.spi.Injector

public class KameletMainInjector extends Object implements org.apache.camel.spi.Injector
  • Constructor Details

    • KameletMainInjector

      public KameletMainInjector(org.apache.camel.spi.Injector delegate, String stubPattern, boolean silent)
  • Method Details

    • newInstance

      public <T> T newInstance(Class<T> type)
      Specified by:
      newInstance in interface org.apache.camel.spi.Injector
    • newInstance

      public <T> T newInstance(Class<T> type, String factoryMethod)
      Specified by:
      newInstance in interface org.apache.camel.spi.Injector
    • newInstance

      public <T> T newInstance(Class<T> type, Class<?> factoryClass, String factoryMethod)
      Specified by:
      newInstance in interface org.apache.camel.spi.Injector
    • newInstance

      public <T> T newInstance(Class<T> type, boolean postProcessBean)
      Specified by:
      newInstance in interface org.apache.camel.spi.Injector
    • supportsAutoWiring

      public boolean supportsAutoWiring()
      Specified by:
      supportsAutoWiring in interface org.apache.camel.spi.Injector