Uses of Interface
javax.enterprise.inject.spi.AnnotatedParameter
-
-
Uses of AnnotatedParameter in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return AnnotatedParameter Modifier and Type Method Description AnnotatedParameter<T>ProcessProducerField. getAnnotatedDisposedParameter()Returns theAnnotatedParameterfor any matching injection point of the same type as the producer field return type found on a disposal method.AnnotatedParameter<T>ProcessProducerMethod. getAnnotatedDisposedParameter()Returns theAnnotatedParameterfor any matching injection point of the same type as the producer method return type found on a disposal method.Methods in javax.enterprise.inject.spi that return types with arguments of type AnnotatedParameter Modifier and Type Method Description List<AnnotatedParameter<X>>AnnotatedCallable. getParameters()Get the parameters of the callable member.Methods in javax.enterprise.inject.spi with parameters of type AnnotatedParameter Modifier and Type Method Description InjectionPointBeanManager. createInjectionPoint(AnnotatedParameter<?> parameter)Obtains a container provided implementation ofInjectionPointfor the givenAnnotatedParameter. -
Uses of AnnotatedParameter in javax.enterprise.inject.spi.configurator
Methods in javax.enterprise.inject.spi.configurator that return AnnotatedParameter Modifier and Type Method Description AnnotatedParameter<T>AnnotatedParameterConfigurator. getAnnotated()Method parameters in javax.enterprise.inject.spi.configurator with type arguments of type AnnotatedParameter Modifier and Type Method Description default Stream<AnnotatedParameterConfigurator<T>>AnnotatedConstructorConfigurator. filterParams(Predicate<AnnotatedParameter<T>> predicate)default Stream<AnnotatedParameterConfigurator<T>>AnnotatedMethodConfigurator. filterParams(Predicate<AnnotatedParameter<T>> predicate) -
Uses of AnnotatedParameter in org.jboss.weld.annotated
Methods in org.jboss.weld.annotated with parameters of type AnnotatedParameter Modifier and Type Method Description static voidAnnotatedTypeValidator. validateAnnotatedParameter(AnnotatedParameter<?> parameter) -
Uses of AnnotatedParameter in org.jboss.weld.annotated.enhanced
Subinterfaces of AnnotatedParameter in org.jboss.weld.annotated.enhanced Modifier and Type Interface Description interfaceEnhancedAnnotatedParameter<T,X>AnnotatedParameter provides a uniform access to a method parameter defined either in Java or XMLMethods in org.jboss.weld.annotated.enhanced that return AnnotatedParameter Modifier and Type Method Description AnnotatedParameter<X>EnhancedAnnotatedParameter. slim()Returns a lightweight implementation ofAnnotatedParameterwith minimal memory footprint. -
Uses of AnnotatedParameter in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement AnnotatedParameter Modifier and Type Class Description classEnhancedAnnotatedParameterImpl<T,X>Represents a parameterMethods in org.jboss.weld.annotated.enhanced.jlr that return AnnotatedParameter Modifier and Type Method Description AnnotatedParameter<X>EnhancedAnnotatedParameterImpl. slim()Methods in org.jboss.weld.annotated.enhanced.jlr that return types with arguments of type AnnotatedParameter Modifier and Type Method Description List<AnnotatedParameter<T>>EnhancedAnnotatedConstructorImpl. getParameters()List<AnnotatedParameter<X>>EnhancedAnnotatedMethodImpl. getParameters()Methods in org.jboss.weld.annotated.enhanced.jlr with parameters of type AnnotatedParameter Modifier and Type Method Description static <T,X>
EnhancedAnnotatedParameter<T,X>EnhancedAnnotatedParameterImpl. of(AnnotatedParameter<X> annotatedParameter, EnhancedAnnotatedCallable<?,X,?> declaringMember, ClassTransformer classTransformer)Constructors in org.jboss.weld.annotated.enhanced.jlr with parameters of type AnnotatedParameter Constructor Description EnhancedAnnotatedParameterImpl(AnnotatedParameter<X> annotatedParameter, EnhancedAnnotatedCallable<?,X,?> declaringMember, Map<Class<? extends Annotation>,Annotation> annotationMap, ClassTransformer classTransformer)Constructor -
Uses of AnnotatedParameter in org.jboss.weld.annotated.slim.backed
Classes in org.jboss.weld.annotated.slim.backed that implement AnnotatedParameter Modifier and Type Class Description classBackedAnnotatedParameter<X>Methods in org.jboss.weld.annotated.slim.backed that return AnnotatedParameter Modifier and Type Method Description static <X> AnnotatedParameter<X>BackedAnnotatedParameter. of(Parameter parameter, int position, BackedAnnotatedCallable<X,?> declaringCallable, SharedObjectCache sharedObjectCache)Methods in org.jboss.weld.annotated.slim.backed that return types with arguments of type AnnotatedParameter Modifier and Type Method Description static <X> List<AnnotatedParameter<X>>BackedAnnotatedParameter. forExecutable(Executable executable, BackedAnnotatedCallable<X,?> declaringCallable, SharedObjectCache cache)List<AnnotatedParameter<X>>BackedAnnotatedCallable. getParameters()protected List<AnnotatedParameter<X>>BackedAnnotatedCallable. initParameters(E member, SharedObjectCache sharedObjectCache)protected List<AnnotatedParameter<X>>BackedAnnotatedConstructor. initParameters(Constructor<X> member, SharedObjectCache sharedObjectCache) -
Uses of AnnotatedParameter in org.jboss.weld.annotated.slim.unbacked
Classes in org.jboss.weld.annotated.slim.unbacked that implement AnnotatedParameter Modifier and Type Class Description classUnbackedAnnotatedParameter<X>Methods in org.jboss.weld.annotated.slim.unbacked that return types with arguments of type AnnotatedParameter Modifier and Type Method Description List<AnnotatedParameter<X>>UnbackedAnnotatedConstructor. getParameters()List<AnnotatedParameter<X>>UnbackedAnnotatedMethod. getParameters()Constructor parameters in org.jboss.weld.annotated.slim.unbacked with type arguments of type AnnotatedParameter Constructor Description UnbackedAnnotatedConstructor(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType, List<AnnotatedParameter<X>> originalParameters, Constructor<X> constructor, SharedObjectCache cache)UnbackedAnnotatedMethod(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType, List<AnnotatedParameter<X>> originalParameters, Method method, SharedObjectCache cache) -
Uses of AnnotatedParameter in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return AnnotatedParameter Modifier and Type Method Description AnnotatedParameter<? super X>DisposalMethod. getDisposesParameter() -
Uses of AnnotatedParameter in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return AnnotatedParameter Modifier and Type Method Description AnnotatedParameter<T>AbstractProcessProducerBean. getAnnotatedDisposedParameter() -
Uses of AnnotatedParameter in org.jboss.weld.injection
Methods in org.jboss.weld.injection that return AnnotatedParameter Modifier and Type Method Description AnnotatedParameter<X>ParameterInjectionPoint. getAnnotated()AnnotatedParameter<X>ParameterInjectionPointImpl. getAnnotated() -
Uses of AnnotatedParameter in org.jboss.weld.injection.attributes
Methods in org.jboss.weld.injection.attributes that return AnnotatedParameter Modifier and Type Method Description AnnotatedParameter<X>ForwardingParameterInjectionPointAttributes. getAnnotated()AnnotatedParameter<X>InferringParameterInjectionPointAttributes. getAnnotated()AnnotatedParameter<X>ParameterInjectionPointAttributes. getAnnotated()AnnotatedParameter<X>SpecialParameterInjectionPoint. getAnnotated() -
Uses of AnnotatedParameter in org.jboss.weld.manager
Methods in org.jboss.weld.manager with parameters of type AnnotatedParameter Modifier and Type Method Description ParameterInjectionPointAttributes<?,?>BeanManagerImpl. createInjectionPoint(AnnotatedParameter<?> parameter) -
Uses of AnnotatedParameter in org.jboss.weld.resources
Methods in org.jboss.weld.resources with parameters of type AnnotatedParameter Modifier and Type Method Description <X> EnhancedAnnotatedParameter<?,X>MemberTransformer. loadEnhancedParameter(AnnotatedParameter<X> parameter, String bdaId) -
Uses of AnnotatedParameter in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type AnnotatedParameter Modifier and Type Method Description static booleanAnnotatedTypes. compareAnnotatedParameters(AnnotatedParameter<?> p1, AnnotatedParameter<?> p2)Compares two annotated parameters and returns true if they are equalInjectionPointForwardingBeanManager. createInjectionPoint(AnnotatedParameter<?> parameter)static <X> StringAnnotatedTypes. createParameterId(AnnotatedParameter<X> annotatedParameter)Method parameters in org.jboss.weld.util with type arguments of type AnnotatedParameter Modifier and Type Method Description static <X> StringAnnotatedTypes. createConstructorId(Constructor<X> constructor, Set<Annotation> annotations, List<AnnotatedParameter<X>> parameters)static <X> StringAnnotatedTypes. createMethodId(Method method, Set<Annotation> annotations, List<AnnotatedParameter<X>> parameters)static <X> StringAnnotatedTypes. createParameterListId(List<AnnotatedParameter<X>> parameters) -
Uses of AnnotatedParameter in org.jboss.weld.util.annotated
Classes in org.jboss.weld.util.annotated that implement AnnotatedParameter Modifier and Type Class Description classForwardingAnnotatedParameter<X>Methods in org.jboss.weld.util.annotated that return AnnotatedParameter Modifier and Type Method Description protected abstract AnnotatedParameter<X>ForwardingAnnotatedParameter. delegate()Methods in org.jboss.weld.util.annotated that return types with arguments of type AnnotatedParameter Modifier and Type Method Description List<AnnotatedParameter<X>>ForwardingAnnotatedCallable. getParameters() -
Uses of AnnotatedParameter in org.jboss.weld.util.reflection
Methods in org.jboss.weld.util.reflection with parameters of type AnnotatedParameter Modifier and Type Method Description static StringFormats. formatAnnotatedParameter(AnnotatedParameter<?> parameter)static StringFormats. formatParameter(AnnotatedParameter<?> parameter)Method parameters in org.jboss.weld.util.reflection with type arguments of type AnnotatedParameter Modifier and Type Method Description static StringFormats. formatAsFormalParameterList(Iterable<? extends AnnotatedParameter<?>> parameters)
-