Uses of Interface
io.higson.runtime.engine.config.initialization.ComponentInitializer
Packages that use ComponentInitializer
Package
Description
-
Uses of ComponentInitializer in io.higson.runtime.engine.annotated.initialization
Classes in io.higson.runtime.engine.annotated.initialization that implement ComponentInitializer -
Uses of ComponentInitializer in io.higson.runtime.engine.config
Methods in io.higson.runtime.engine.config that return types with arguments of type ComponentInitializerMethods in io.higson.runtime.engine.config with parameters of type ComponentInitializerModifier and TypeMethodDescriptionParamEngineConfigBuilder.withComponentInitializers(ComponentInitializer... initializers) Register additionalComponentInitializer.Method parameters in io.higson.runtime.engine.config with type arguments of type ComponentInitializerModifier and TypeMethodDescriptionprotected voidParamEngineConfig.addComponentInitializers(List<ComponentInitializer> componentInitializers) -
Uses of ComponentInitializer in io.higson.runtime.engine.config.initialization
Classes in io.higson.runtime.engine.config.initialization that implement ComponentInitializerModifier and TypeClassDescriptionclassInitializer for handling simple post-construct like initialization.Method parameters in io.higson.runtime.engine.config.initialization with type arguments of type ComponentInitializerModifier and TypeMethodDescriptionvoidBasicComponentInitializerRunner.registerInitializers(Collection<ComponentInitializer> intializers) voidComponentInitializerRunner.registerInitializers(Collection<ComponentInitializer> intializers)