public class HK2ContextBridge extends Object implements javax.enterprise.context.spi.Context
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(javax.enterprise.context.spi.Contextual<T> arg0) |
<T> T |
get(javax.enterprise.context.spi.Contextual<T> arg0,
javax.enterprise.context.spi.CreationalContext<T> arg1) |
Class<? extends Annotation> |
getScope() |
boolean |
isActive() |
public <T> T get(javax.enterprise.context.spi.Contextual<T> arg0)
get in interface javax.enterprise.context.spi.Contextpublic <T> T get(javax.enterprise.context.spi.Contextual<T> arg0,
javax.enterprise.context.spi.CreationalContext<T> arg1)
get in interface javax.enterprise.context.spi.Contextpublic Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.context.spi.Contextpublic boolean isActive()
isActive in interface javax.enterprise.context.spi.ContextCopyright © 2017. All rights reserved.