public interface ObjectGraph
| Modifier and Type | Method and Description |
|---|---|
<T> T |
as(Class<T> targetType)
Cast or Convert the current object graph injector.
|
Object |
get() |
Object get()
<T> T as(Class<T> targetType)
Will send an IllegalStateException if can not convert or cast.
targetType - the target typeCopyright © 2012-2015. All Rights Reserved.