public class Injector
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Injector.InjectionException |
static class |
Injector.NoInjectionMetaDataException |
Constructor and Description |
---|
Injector() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
inject(T object) |
static BeanContext |
resolve(java.lang.Class<?> clazz) |
public static <T> T inject(T object)
public static BeanContext resolve(java.lang.Class<?> clazz)