Class FragmentInstallDependencyInjector

java.lang.Object
io.jmix.flowui.sys.autowire.AbstractInstallDependencyInjector
io.jmix.flowui.sys.autowire.FragmentInstallDependencyInjector
All Implemented Interfaces:
DependencyInjector

@Order(930) @Component("flowui_FragmentInstallDependencyInjector") public class FragmentInstallDependencyInjector extends AbstractInstallDependencyInjector
An injection that autowired methods that are annotated by the Install annotation. These can be installations to the Fragment or to the components in the fragment.
  • Constructor Details

    • FragmentInstallDependencyInjector

      public FragmentInstallDependencyInjector(ReflectionCacheManager reflectionCacheManager)
  • Method Details