Uses of Class
jakarta.enterprise.util.TypeLiteral
Packages that use TypeLiteral
Package
Description
Annotations and interfaces relating to events.
The build compatible extension SPI.
-
Uses of TypeLiteral in jakarta.enterprise.event
Methods in jakarta.enterprise.event with parameters of type TypeLiteralModifier and TypeMethodDescriptionEvent.select(TypeLiteral<U> subtype, Annotation... qualifiers) Obtains a childEventfor the given required type and additional required qualifiers. -
Uses of TypeLiteral in jakarta.enterprise.inject
Methods in jakarta.enterprise.inject with parameters of type TypeLiteralModifier and TypeMethodDescriptionInstance.select(TypeLiteral<U> subtype, Annotation... qualifiers) Obtains a childInstancefor the given required type and additional required qualifiers. -
Uses of TypeLiteral in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi with parameters of type TypeLiteralModifier and TypeMethodDescription<T> TSyntheticInjections.get(TypeLiteral<T> type, Annotation... qualifiers) Returns an injectable reference to a bean of giventypewith givenqualifiers, assuming an injection point with the same type and qualifiers was registered on theSyntheticBeanBuilder. -
Uses of TypeLiteral in jakarta.enterprise.inject.spi.configurator
Methods in jakarta.enterprise.inject.spi.configurator with parameters of type TypeLiteralModifier and TypeMethodDescriptionBeanAttributesConfigurator.addType(TypeLiteral<?> typeLiteral) Add a type to the bean typesBeanConfigurator.addType(TypeLiteral<?> typeLiteral) Add a type to the bean types