Skip navigation links
A B C F G L P R 

A

AnyLiteral - Class in be.atbash.util.literal
Literal for the Any annotation.
AnyLiteral() - Constructor for class be.atbash.util.literal.AnyLiteral
 

B

be.atbash.util - package be.atbash.util
 
be.atbash.util.extension - package be.atbash.util.extension
 
be.atbash.util.literal - package be.atbash.util.literal
 
be.atbash.util.producer - package be.atbash.util.producer
 

C

CDIUtils - Class in be.atbash.util
Utility methods usable in a CDI 1.1 environment (Java EE 7+)

F

fireEvent(Object, Annotation...) - Static method in class be.atbash.util.CDIUtils
Fire an event and notify observers.

G

getBeanManager() - Static method in class be.atbash.util.CDIUtils
Returns the BeanManager which is basically a shorthand for CDI.current().getBeanManager().
getLogger(Class<?>) - Static method in class be.atbash.util.producer.LogProducer
 

L

LogProducer - Class in be.atbash.util.producer
 
LogProducer() - Constructor for class be.atbash.util.producer.LogProducer
 

P

produceInstance() - Method in class be.atbash.util.producer.ResourceUtilProvider
 
produceLogger(InjectionPoint) - Method in class be.atbash.util.producer.LogProducer
 
ProducerExtension - Class in be.atbash.util.extension
Extension which records all the Producer methods so that optional beans using Generic types can be resolved.
ProducerExtension() - Constructor for class be.atbash.util.extension.ProducerExtension
 

R

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.
A B C F G L P R 
Skip navigation links

Copyright © 2014–2019. All rights reserved.