Package io.jmix.flowui.sys.autowire
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.flowui.sys.autowire.DependencyInjector
DependencyInjector.AutowireContext<T extends com.vaadin.flow.component.Composite<?>> -
Field Summary
Fields inherited from class io.jmix.flowui.sys.autowire.AbstractInstallDependencyInjector
reflectionCacheManager -
Constructor Summary
ConstructorsConstructorDescriptionFragmentInstallDependencyInjector(ReflectionCacheManager reflectionCacheManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectgetInstallTargetInstance(com.vaadin.flow.component.Composite<?> composite, Install annotation) booleanisApplicable(DependencyInjector.AutowireContext<?> autowireContext) Checks whether this injector can wire the passed injection context.Methods inherited from class io.jmix.flowui.sys.autowire.AbstractInstallDependencyInjector
autowire, doAutowiring
-
Constructor Details
-
FragmentInstallDependencyInjector
-
-
Method Details
-
getInstallTargetInstance
@Nullable protected Object getInstallTargetInstance(com.vaadin.flow.component.Composite<?> composite, Install annotation) - Specified by:
getInstallTargetInstancein classAbstractInstallDependencyInjector
-
isApplicable
Description copied from interface:DependencyInjectorChecks whether this injector can wire the passed injection context.- Parameters:
autowireContext- injection content that need to be checked- Returns:
trueif the passed injection context can be wired,falseotherwise
-