Uses of Class
jakarta.enterprise.util.TypeLiteral
Packages that use TypeLiteral
Package
Description
Annotations and interfaces relating to events.
This package contains the adapters making the bridge between Infinispan cache events and CDI.
-
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.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 -
Uses of TypeLiteral in org.infinispan.cdi.embedded.event.cache
Fields in org.infinispan.cdi.embedded.event.cache declared as TypeLiteralModifier and TypeFieldDescriptionstatic final TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntriesEvictedEvent<?,?>> CacheEntriesEvictedAdapter.WILDCARD_TYPEEvents which will be selected (including generic type information (<?static final TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryActivatedEvent<?,?>> CacheEntryActivatedAdapter.WILDCARD_TYPEEvents which will be selected (including generic type information (<?static final TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent<?,?>> CacheEntryCreatedAdapter.WILDCARD_TYPEEvents which will be selected (including generic type information (<?static final TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryExpiredEvent<?,?>> CacheEntryExpiredAdapter.WILDCARD_TYPEEvents which will be selected (including generic type information (<?static final TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent<?,?>> CacheEntryInvalidatedAdapter.WILDCARD_TYPEEvents which will be selected (including generic type information (<?static final TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryLoadedEvent<?,?>> CacheEntryLoadedAdapter.WILDCARD_TYPEEvents which will be selected (including generic type information (<?static final TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<?,?>> CacheEntryModifiedAdapter.WILDCARD_TYPEEvents which will be selected (including generic type information (<?static final TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent<?,?>> CacheEntryPassivatedAdapter.WILDCARD_TYPEEvents which will be selected (including generic type information (<?static final TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<?,?>> CacheEntryRemovedAdapter.WILDCARD_TYPEEvents which will be selected (including generic type information (<?static final TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryVisitedEvent<?,?>> CacheEntryVisitedAdapter.WILDCARD_TYPEEvents which will be selected (including generic type information (<?static final TypeLiteral<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<?,?>> DataRehashedAdapter.WILDCARD_TYPEEvents which will be selected (including generic type information (<?static final TypeLiteral<org.infinispan.notifications.cachelistener.event.TopologyChangedEvent<?,?>> TopologyChangedAdapter.WILDCARD_TYPEEvents which will be selected (including generic type information (<?static final TypeLiteral<org.infinispan.notifications.cachelistener.event.TransactionCompletedEvent<?,?>> TransactionCompletedAdapter.WILDCARD_TYPEEvents which will be selected (including generic type information (<?static final TypeLiteral<org.infinispan.notifications.cachelistener.event.TransactionRegisteredEvent<?,?>> TransactionRegisteredAdapter.WILDCARD_TYPEEvents which will be selected (including generic type information (<? -
Uses of TypeLiteral in org.jboss.weld.bootstrap.event
Methods in org.jboss.weld.bootstrap.event with parameters of type TypeLiteral -
Uses of TypeLiteral in org.jboss.weld.events
Methods in org.jboss.weld.events with parameters of type TypeLiteralModifier and TypeMethodDescriptionWeldEvent.select(TypeLiteral<U> subtype, Annotation... qualifiers) -
Uses of TypeLiteral in org.jboss.weld.inject
Methods in org.jboss.weld.inject with parameters of type TypeLiteralModifier and TypeMethodDescription<U extends T>
WeldInstance<U>WeldInstance.select(TypeLiteral<U> subtype, Annotation... qualifiers)