Package overit.geocall.cdi.service
Class BeanServiceImpl
java.lang.Object
overit.geocall.cdi.service.BeanServiceImpl
- All Implemented Interfaces:
Serializable,BeanService
Service used to create a new bean instance using the
Factory or the CDI engine depending on
the annotation defined for the bean type; Customizable annotated type will be instantiated via Factory;
otherwise the bean will be instantiated by the CDI engine.- See Also:
-
Method Summary
-
Method Details
-
get
Description copied from interface:BeanServiceGet a new bean instance for the given bean type- Specified by:
getin interfaceBeanService- Type Parameters:
T- the bean type- Parameters:
type- the bean classqualifier- the bean qualifier- Returns:
- the bean instance
-
get
Description copied from interface:BeanServiceGet a new bean instance for the given bean type- Specified by:
getin interfaceBeanService- Type Parameters:
T- the bean type- Parameters:
type- the bean class- Returns:
- the bean instance
-