Class ObjectGraphEmbedded
- java.lang.Object
-
- io.nuun.kernel.core.internal.injection.ObjectGraphEmbedded
-
- All Implemented Interfaces:
ObjectGraph
public class ObjectGraphEmbedded extends Object implements ObjectGraph
-
-
Constructor Summary
Constructors Constructor Description ObjectGraphEmbedded(Object injector)
-
-
-
Constructor Detail
-
ObjectGraphEmbedded
public ObjectGraphEmbedded(Object injector)
-
-
Method Detail
-
get
public Object get()
- Specified by:
getin interfaceObjectGraph
-
as
public <T> T as(Class<T> targetType)
- Specified by:
asin interfaceObjectGraph
-
-