- registerProducerMethod(Method) - Static method in class be.atbash.util.CDIUtils
-
Keeps track of all the CDI Bean producer methods.
- ResourceUtilProvider - Class in be.atbash.util.producer
-
- ResourceUtilProvider() - Constructor for class be.atbash.util.producer.ResourceUtilProvider
-
- retrieveInstance(Class<T>, Annotation...) - Static method in class be.atbash.util.CDIUtils
-
Retrieve the single CDI instance which has the classType in the bean definition.
- retrieveInstanceByName(String, Class<T>) - Static method in class be.atbash.util.CDIUtils
-
Retrieve the CDI bean assigned the bean name in the context.
- retrieveInstances(Class<T>, Annotation...) - Static method in class be.atbash.util.CDIUtils
-
Retrieve all CDI instances which have the classType in their bean definition.
- retrieveOptionalInstance(Class<T>, Annotation...) - Static method in class be.atbash.util.CDIUtils
-
Retrieve the Single CDI instance which has the classType in the bean definition or null when no CDI beans found.