Uses of Interface
javax.enterprise.inject.spi.AnnotatedConstructor
-
Packages that use AnnotatedConstructor Package Description javax.enterprise.inject.spi The portable extension integration SPI.javax.enterprise.inject.spi.configurator org.jboss.weld.annotated.enhanced org.jboss.weld.annotated.enhanced.jlr org.jboss.weld.annotated.slim.backed org.jboss.weld.annotated.slim.unbacked org.jboss.weld.injection org.jboss.weld.util.annotated org.jboss.weld.util.reflection -
-
Uses of AnnotatedConstructor in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return types with arguments of type AnnotatedConstructor Modifier and Type Method Description Set<AnnotatedConstructor<X>>AnnotatedType. getConstructors()Get the constructors of the type. -
Uses of AnnotatedConstructor in javax.enterprise.inject.spi.configurator
Methods in javax.enterprise.inject.spi.configurator that return AnnotatedConstructor Modifier and Type Method Description AnnotatedConstructor<T>AnnotatedConstructorConfigurator. getAnnotated()Method parameters in javax.enterprise.inject.spi.configurator with type arguments of type AnnotatedConstructor Modifier and Type Method Description default Stream<AnnotatedConstructorConfigurator<T>>AnnotatedTypeConfigurator. filterConstructors(Predicate<AnnotatedConstructor<T>> predicate) -
Uses of AnnotatedConstructor in org.jboss.weld.annotated.enhanced
Subinterfaces of AnnotatedConstructor in org.jboss.weld.annotated.enhanced Modifier and Type Interface Description interfaceEnhancedAnnotatedConstructor<T>Represents a Class ConstructorMethods in org.jboss.weld.annotated.enhanced that return AnnotatedConstructor Modifier and Type Method Description AnnotatedConstructor<T>EnhancedAnnotatedConstructor. slim()Returns a lightweight implementation ofAnnotatedConstructorwith minimal memory footprint. -
Uses of AnnotatedConstructor in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement AnnotatedConstructor Modifier and Type Class Description classEnhancedAnnotatedConstructorImpl<T>Represents an annotated constructorMethods in org.jboss.weld.annotated.enhanced.jlr that return AnnotatedConstructor Modifier and Type Method Description AnnotatedConstructor<T>EnhancedAnnotatedConstructorImpl. slim()Methods in org.jboss.weld.annotated.enhanced.jlr that return types with arguments of type AnnotatedConstructor Modifier and Type Method Description Set<AnnotatedConstructor<T>>EnhancedAnnotatedTypeImpl. getConstructors()Methods in org.jboss.weld.annotated.enhanced.jlr with parameters of type AnnotatedConstructor Modifier and Type Method Description static <T> EnhancedAnnotatedConstructor<T>EnhancedAnnotatedConstructorImpl. of(AnnotatedConstructor<T> annotatedConstructor, EnhancedAnnotatedType<T> declaringClass, ClassTransformer classTransformer) -
Uses of AnnotatedConstructor in org.jboss.weld.annotated.slim.backed
Classes in org.jboss.weld.annotated.slim.backed that implement AnnotatedConstructor Modifier and Type Class Description classBackedAnnotatedConstructor<X>Methods in org.jboss.weld.annotated.slim.backed that return AnnotatedConstructor Modifier and Type Method Description static <X> AnnotatedConstructor<X>BackedAnnotatedConstructor. of(Constructor<X> constructor, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)Methods in org.jboss.weld.annotated.slim.backed that return types with arguments of type AnnotatedConstructor Modifier and Type Method Description Set<AnnotatedConstructor<X>>BackedAnnotatedType. getConstructors() -
Uses of AnnotatedConstructor in org.jboss.weld.annotated.slim.unbacked
Classes in org.jboss.weld.annotated.slim.unbacked that implement AnnotatedConstructor Modifier and Type Class Description classUnbackedAnnotatedConstructor<X>Methods in org.jboss.weld.annotated.slim.unbacked that return AnnotatedConstructor Modifier and Type Method Description static <X> AnnotatedConstructor<X>UnbackedAnnotatedConstructor. of(AnnotatedConstructor<X> originalConstructor, UnbackedAnnotatedType<X> declaringType, SharedObjectCache cache)Methods in org.jboss.weld.annotated.slim.unbacked that return types with arguments of type AnnotatedConstructor Modifier and Type Method Description Set<AnnotatedConstructor<X>>UnbackedAnnotatedType. getConstructors()Methods in org.jboss.weld.annotated.slim.unbacked with parameters of type AnnotatedConstructor Modifier and Type Method Description static <X> AnnotatedConstructor<X>UnbackedAnnotatedConstructor. of(AnnotatedConstructor<X> originalConstructor, UnbackedAnnotatedType<X> declaringType, SharedObjectCache cache) -
Uses of AnnotatedConstructor in org.jboss.weld.injection
Methods in org.jboss.weld.injection that return AnnotatedConstructor Modifier and Type Method Description AnnotatedConstructor<T>ConstructorInjectionPoint. getAnnotated()AnnotatedConstructor<T>ConstructorInjectionPoint. getComponentConstructor()AnnotatedConstructor<T>ProxyClassConstructorInjectionPointWrapper. getComponentConstructor() -
Uses of AnnotatedConstructor in org.jboss.weld.util.annotated
Classes in org.jboss.weld.util.annotated that implement AnnotatedConstructor Modifier and Type Class Description classForwardingAnnotatedConstructor<X>Forwarding implementation ofAnnotatedConstructor.Methods in org.jboss.weld.util.annotated that return AnnotatedConstructor Modifier and Type Method Description protected abstract AnnotatedConstructor<X>ForwardingAnnotatedConstructor. delegate()Methods in org.jboss.weld.util.annotated that return types with arguments of type AnnotatedConstructor Modifier and Type Method Description Set<AnnotatedConstructor<X>>ForwardingAnnotatedType. getConstructors() -
Uses of AnnotatedConstructor in org.jboss.weld.util.reflection
Methods in org.jboss.weld.util.reflection with parameters of type AnnotatedConstructor Modifier and Type Method Description static StringFormats. formatAnnotatedConstructor(AnnotatedConstructor<?> constructor)
-