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:
Serializable,Annotated,AnnotatedCallable<X>,AnnotatedConstructor<X>,AnnotatedMember<X>
public class UnbackedAnnotatedConstructor<X> extends UnbackedAnnotatedMember<X> implements 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<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()Get the underlyingConstructor.List<AnnotatedParameter<X>>getParameters()Get the parameters of the callable member.static <X> AnnotatedConstructor<X>of(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
-
Methods inherited from interface javax.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
-
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedConstructor
getAnnotations
-
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedMember
getDeclaringType, isStatic
-
-
-
-
Constructor Detail
-
UnbackedAnnotatedConstructor
public UnbackedAnnotatedConstructor(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType, List<AnnotatedParameter<X>> originalParameters, Constructor<X> constructor, SharedObjectCache cache)
-
-
Method Detail
-
of
public static <X> AnnotatedConstructor<X> of(AnnotatedConstructor<X> originalConstructor, UnbackedAnnotatedType<X> declaringType, SharedObjectCache cache)
-
getJavaMember
public Constructor<X> getJavaMember()
Description copied from interface:AnnotatedConstructorGet the underlying
Constructor.- Specified by:
getJavaMemberin interfaceAnnotatedConstructor<X>- Specified by:
getJavaMemberin interfaceAnnotatedMember<X>- Returns:
- the constructor
-
getParameters
public List<AnnotatedParameter<X>> getParameters()
Description copied from interface:AnnotatedCallableGet the parameters of the callable member.
- Specified by:
getParametersin interfaceAnnotatedCallable<X>- Returns:
- the parameters
-
-