public interface Context
Modifier and Type | Method and Description |
---|---|
Container |
getContainer() |
Member |
getMember() |
String |
getName() |
Scope.Strategy |
getScopeStrategy() |
Class<?> |
getType() |
Scope.Strategy getScopeStrategy()
Container.setScopeStrategy(Scope.Strategy)
.IllegalStateException
- if no strategy has been setMember getMember()
null
if the object currently being constructed is pre-loaded as
a singleton or requested from Container.getInstance(Class)
.Class<?> getType()
String getName()
Inject.value()
.Copyright © 2000–2020 Apache Software Foundation. All rights reserved.