Uses of Class
jakarta.enterprise.util.TypeLiteral
-
Packages that use TypeLiteral Package Description jakarta.enterprise.event Annotations and interfaces relating to events.jakarta.enterprise.inject jakarta.enterprise.inject.spi.configurator -
-
Uses of TypeLiteral in jakarta.enterprise.event
Methods in jakarta.enterprise.event with parameters of type TypeLiteral Modifier and Type Method Description <U extends T>
Event<U>Event. select(TypeLiteral<U> subtype, Annotation... qualifiers)
Obtains a childEvent
for the given required type and additional required qualifiers. -
Uses of TypeLiteral in jakarta.enterprise.inject
Methods in jakarta.enterprise.inject with parameters of type TypeLiteral Modifier and Type Method Description <U extends T>
Instance<U>Instance. select(TypeLiteral<U> subtype, Annotation... qualifiers)
Obtains a childInstance
for the given required type and additional required qualifiers. -
Uses of TypeLiteral in jakarta.enterprise.inject.spi.configurator
Methods in jakarta.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
-