Package kos.core
Class VertxWebServerInjectorFactory
- java.lang.Object
-
- kos.core.VertxWebServerInjectorFactory
-
- All Implemented Interfaces:
injector.Factory<VertxWebServer>
@Generated("injector.apt.InjectorProcessor") public class VertxWebServerInjectorFactory extends Object implements injector.Factory<VertxWebServer>
-
-
Field Summary
Fields Modifier and Type Field Description private VertxWebServerinstance
-
Constructor Summary
Constructors Constructor Description VertxWebServerInjectorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertxWebServercreate(injector.Injector context, Class targetClass)Class<VertxWebServer>getExposedType()private VertxWebServernewInstance(injector.Injector context)
-
-
-
Field Detail
-
instance
private volatile VertxWebServer instance
-
-
Method Detail
-
create
public VertxWebServer create(injector.Injector context, Class targetClass)
- Specified by:
createin interfaceinjector.Factory<VertxWebServer>
-
getExposedType
public Class<VertxWebServer> getExposedType()
- Specified by:
getExposedTypein interfaceinjector.Factory<VertxWebServer>
-
newInstance
private VertxWebServer newInstance(injector.Injector context)
-
-