Package de.xima.fc.cdi.extension
Class BeanManagerAdapter
- java.lang.Object
-
- de.xima.fc.cdi.extension.BeanManagerAdapter
-
public class BeanManagerAdapter extends Object
Adapter forCDIBeanManagerwhich extends default BeanManger functionality- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH, Dresden - 08.11.2020
-
-
Constructor Summary
Constructors Constructor Description BeanManagerAdapter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddBeans(Set<Class<?>> beanClasses)Adds the given bean classes as runtime beans to theCDIinstancestatic voidremoveBeans(Set<Class<?>> beanClasses)Removes the given bean classes from theCDIinstance
-