Uses of Class
javax.enterprise.util.TypeLiteral
-
Packages that use TypeLiteral Package Description javax.enterprise.event Annotations and interfaces relating to events.javax.enterprise.inject javax.enterprise.inject.spi.configurator -
-
Uses of TypeLiteral in javax.enterprise.event
Methods in javax.enterprise.event with parameters of type TypeLiteral Modifier and Type Method Description <U extends T>
Event<U>Event. select(TypeLiteral<U> subtype, java.lang.annotation.Annotation... qualifiers)
Obtains a child Event for the given required type and additional required qualifiers. -
Uses of TypeLiteral in javax.enterprise.inject
Methods in javax.enterprise.inject with parameters of type TypeLiteral Modifier and Type Method Description <U extends T>
Instance<U>Instance. select(TypeLiteral<U> subtype, java.lang.annotation.Annotation... qualifiers)
Obtains a child Instance for the given required type and additional required qualifiers. -
Uses of TypeLiteral in javax.enterprise.inject.spi.configurator
Methods in javax.enterprise.inject.spi.configurator with parameters of type TypeLiteral Modifier and Type Method Description BeanAttributesConfigurator<T>
BeanAttributesConfigurator. addType(TypeLiteral<?> typeLiteral)
Add a type to the bean typesBeanConfigurator<T>
BeanConfigurator. addType(TypeLiteral<?> typeLiteral)
Add a type to the bean types
-