|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnnotatedConstructor<T>
Represents a Class Constructor
| Field Summary |
|---|
| Fields inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
|---|
MAPPED_METAANNOTATIONS |
| Method Summary | |
|---|---|
java.util.List<AnnotatedParameter<java.lang.Object>> |
getAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Gets all parameters to the constructor which are annotated with annotationType |
AnnotatedType<T> |
getDeclaringClass()
Gets the declaring class of the annotation |
java.util.List<AnnotatedParameter<java.lang.Object>> |
getParameters()
Gets all parameters to the constructor |
T |
newInstance(Manager manager)
Creates a new instance of the class, using this constructor |
| Methods inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
|---|
getActualTypeArguments, getAnnotation, getAnnotations, getBindingTypes, getBindingTypesAsArray, getMetaAnnotations, getMetaAnnotationsAsArray, getName, getType, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isFinal, isProxyable, isStatic |
| Method Detail |
|---|
java.util.List<AnnotatedParameter<java.lang.Object>> getParameters()
java.util.List<AnnotatedParameter<java.lang.Object>> getAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
annotationType - A annotation to match
T newInstance(Manager manager)
manager - The Web Beans manager
AnnotatedType<T> getDeclaringClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||