org.ocpsoft.rewrite.cdi.manager
Class BeanManagerUtils
java.lang.Object
org.ocpsoft.rewrite.cdi.manager.BeanManagerUtils
public abstract class BeanManagerUtils
- extends Object
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanManagerUtils
public BeanManagerUtils()
getContextualInstance
public static <T> T getContextualInstance(javax.enterprise.inject.spi.BeanManager manager,
Class<T> type,
Annotation... qualifiers)
injectNonContextualInstance
public static javax.enterprise.context.spi.CreationalContext<Object> injectNonContextualInstance(javax.enterprise.inject.spi.BeanManager manager,
Object instance)
Copyright © 2012 OCPsoft. All Rights Reserved.