T - Desired type to get from CDIpublic static final class CdiServiceLocator.CdiComplexLookupBuilder<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
ch.inftec.ju.util.helper.FindHelper<T> |
find()
Returns a FindHelper instance to query the result set of CDI objects
found by our settings.
|
CdiServiceLocator.CdiComplexLookupBuilder<T> |
named(String name)
Bean is annotated with @Named annotation
|
CdiServiceLocator.CdiComplexLookupBuilder<T> |
scopeControl()
Bean is annotated with @ScopeControl annotation
|
public CdiServiceLocator.CdiComplexLookupBuilder<T> named(String name)
name - Value of the @Named annotationpublic CdiServiceLocator.CdiComplexLookupBuilder<T> scopeControl()
public ch.inftec.ju.util.helper.FindHelper<T> find()
Copyright © 2015. All rights reserved.