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 org.jboss.weld org.jboss.weld.bean.builtin org.jboss.weld.bootstrap.event org.jboss.weld.bootstrap.events.configurator org.jboss.weld.event org.jboss.weld.events org.jboss.weld.inject org.jboss.weld.util -
-
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, 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, 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 -
Uses of TypeLiteral in org.jboss.weld
Methods in org.jboss.weld with parameters of type TypeLiteral Modifier and Type Method Description <U extends T>
WeldInstance<U>AbstractCDI. select(TypeLiteral<U> subtype, Annotation... qualifiers) -
Uses of TypeLiteral in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin with parameters of type TypeLiteral Modifier and Type Method Description <U extends T>
WeldInstance<U>InstanceImpl. select(TypeLiteral<U> subtype, Annotation... qualifiers) -
Uses of TypeLiteral in org.jboss.weld.bootstrap.event
Methods in org.jboss.weld.bootstrap.event with parameters of type TypeLiteral Modifier and Type Method Description WeldBeanConfigurator<T>WeldBeanConfigurator. addType(TypeLiteral<?> typeLiteral) -
Uses of TypeLiteral in org.jboss.weld.bootstrap.events.configurator
Methods in org.jboss.weld.bootstrap.events.configurator with parameters of type TypeLiteral Modifier and Type Method Description BeanAttributesConfigurator<T>BeanAttributesConfiguratorImpl. addType(TypeLiteral<?> typeLiteral)WeldBeanConfigurator<T>BeanConfiguratorImpl. addType(TypeLiteral<?> typeLiteral) -
Uses of TypeLiteral in org.jboss.weld.event
Methods in org.jboss.weld.event with parameters of type TypeLiteral Modifier and Type Method Description <U extends T>
WeldEvent<U>EventImpl. select(TypeLiteral<U> subtype, Annotation... qualifiers) -
Uses of TypeLiteral in org.jboss.weld.events
Methods in org.jboss.weld.events with parameters of type TypeLiteral Modifier and Type Method Description <U extends T>
WeldEvent<U>WeldEvent. select(TypeLiteral<U> subtype, Annotation... qualifiers) -
Uses of TypeLiteral in org.jboss.weld.inject
Methods in org.jboss.weld.inject with parameters of type TypeLiteral Modifier and Type Method Description <U extends T>
WeldInstance<U>WeldInstance. select(TypeLiteral<U> subtype, Annotation... qualifiers) -
Uses of TypeLiteral in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type TypeLiteral Modifier and Type Method Description <U extends T>
WeldInstance<U>ForwardingWeldInstance. select(TypeLiteral<U> subtype, Annotation... qualifiers)
-