java.lang.Object
org.odoframework.container.ModuleBuilder
org.odoframework.service.ServiceModule
- All Implemented Interfaces:
BiFunction<Container,Properties,Container>,Module
public class ServiceModule extends ModuleBuilder
-
Constructor Summary
Constructors Constructor Description ServiceModule() -
Method Summary
Modifier and Type Method Description voidbuild()Methods inherited from class org.odoframework.container.ModuleBuilder
addStartupBean, addStartupBean, afterContainerCreated, apply, beforeContainerCreated, containerCreated, getContainer, getStartupBeans, provide, provide, registerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface org.odoframework.container.Module
getPrecedence
-
Constructor Details
-
ServiceModule
public ServiceModule()
-
-
Method Details
-
build
public void build()- Specified by:
buildin classModuleBuilder
-