Uses of Interface
io.vertigo.core.node.component.ComponentInitializer
-
Packages that use ComponentInitializer Package Description io.vertigo.core.node.config -
-
Uses of ComponentInitializer in io.vertigo.core.node.config
Methods in io.vertigo.core.node.config that return types with arguments of type ComponentInitializer Modifier and Type Method Description Class<? extends ComponentInitializer>ComponentInitializerConfig. getInitializerClass()Method parameters in io.vertigo.core.node.config with type arguments of type ComponentInitializer Modifier and Type Method Description NodeConfigBuilderNodeConfigBuilder. addInitializer(Class<? extends ComponentInitializer> componentInitializerClass)Adds an initializer to the current config.
-