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:
-
Constructor Summary
ConstructorsConstructorDescriptionUnbackedAnnotatedConstructor(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
Modifier and TypeMethodDescriptionstatic <X> jakarta.enterprise.inject.spi.AnnotatedConstructor<X>of(jakarta.enterprise.inject.spi.AnnotatedConstructor<X> originalConstructor, UnbackedAnnotatedType<X> declaringType, SharedObjectCache cache) toString()Methods inherited from class org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotatedMember
getDeclaringType, isStaticMethods inherited from class org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotated
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresentMethods inherited from class org.jboss.weld.annotated.slim.BaseAnnotated
getBaseTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentMethods inherited from interface jakarta.enterprise.inject.spi.AnnotatedConstructor
getAnnotationsMethods inherited from interface jakarta.enterprise.inject.spi.AnnotatedMember
getDeclaringType, isStatic
-
Constructor Details
-
Method Details
-
getJavaMember
-
getParameters
- Specified by:
getParametersin interfacejakarta.enterprise.inject.spi.AnnotatedCallable<X>
-
toString