Uses of Interface
io.vertigo.core.node.component.ComponentInitializer
Packages that use ComponentInitializer
-
Uses of ComponentInitializer in io.vertigo.core.node.config
Methods in io.vertigo.core.node.config that return types with arguments of type ComponentInitializerModifier and TypeMethodDescriptionClass<? extends ComponentInitializer> ComponentInitializerConfig.componentInitializerClass()Returns the value of thecomponentInitializerClassrecord component.Method parameters in io.vertigo.core.node.config with type arguments of type ComponentInitializerModifier and TypeMethodDescriptionNodeConfigBuilder.addInitializer(Class<? extends ComponentInitializer> componentInitializerClass) Adds an initializer to the current config.Constructor parameters in io.vertigo.core.node.config with type arguments of type ComponentInitializerModifierConstructorDescriptionComponentInitializerConfig(Class<? extends ComponentInitializer> componentInitializerClass) Creates an instance of aComponentInitializerConfigrecord class.