Class UnbackedAnnotatedConstructor<X>
- java.lang.Object
-
- org.jboss.weld.annotated.slim.BaseAnnotated
-
- org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotated
-
- org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotatedMember<X>
-
- org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotatedConstructor<X>
-
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.Annotated,jakarta.enterprise.inject.spi.AnnotatedCallable<X>,jakarta.enterprise.inject.spi.AnnotatedConstructor<X>,jakarta.enterprise.inject.spi.AnnotatedMember<X>,Serializable
public class UnbackedAnnotatedConstructor<X> extends UnbackedAnnotatedMember<X> implements jakarta.enterprise.inject.spi.AnnotatedConstructor<X>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnbackedAnnotatedConstructor(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType, List<jakarta.enterprise.inject.spi.AnnotatedParameter<X>> originalParameters, Constructor<X> constructor, SharedObjectCache cache)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Constructor<X>getJavaMember()List<jakarta.enterprise.inject.spi.AnnotatedParameter<X>>getParameters()static <X> jakarta.enterprise.inject.spi.AnnotatedConstructor<X>of(jakarta.enterprise.inject.spi.AnnotatedConstructor<X> originalConstructor, UnbackedAnnotatedType<X> declaringType, SharedObjectCache cache)StringtoString()-
Methods inherited from class org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotatedMember
getDeclaringType, isStatic
-
Methods inherited from class org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotated
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresent
-
Methods inherited from class org.jboss.weld.annotated.slim.BaseAnnotated
getBaseType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
UnbackedAnnotatedConstructor
public UnbackedAnnotatedConstructor(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType, List<jakarta.enterprise.inject.spi.AnnotatedParameter<X>> originalParameters, Constructor<X> constructor, SharedObjectCache cache)
-
-
Method Detail
-
of
public static <X> jakarta.enterprise.inject.spi.AnnotatedConstructor<X> of(jakarta.enterprise.inject.spi.AnnotatedConstructor<X> originalConstructor, UnbackedAnnotatedType<X> declaringType, SharedObjectCache cache)
-
getJavaMember
public Constructor<X> getJavaMember()
-
getParameters
public List<jakarta.enterprise.inject.spi.AnnotatedParameter<X>> getParameters()
- Specified by:
getParametersin interfacejakarta.enterprise.inject.spi.AnnotatedCallable<X>
-
-