|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.config.reflect.AnnotatedElementImpl
com.caucho.config.reflect.AnnotatedConstructorImpl<T>
@Module public class AnnotatedConstructorImpl<T>
Abstract introspected view of a Bean
| Constructor Summary | |
|---|---|
AnnotatedConstructorImpl(AnnotatedType<T> declaringType,
java.lang.reflect.Constructor<T> ctor)
|
|
| Method Summary | |
|---|---|
AnnotatedType<T> |
getDeclaringType()
Returns the declaring type |
java.lang.reflect.Constructor<T> |
getJavaMember()
Returns the reflected Constructor |
java.util.List<AnnotatedParameter<T>> |
getParameters()
Returns the constructor parameters |
boolean |
isStatic()
Returns true for a static field/method |
java.lang.String |
toString()
|
| Methods inherited from class com.caucho.config.reflect.AnnotatedElementImpl |
|---|
addAnnotation, addAnnotationIfAbsent, addAnnotations, addAnnotations, clearAnnotations, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, fillTypeVariables, getAnnotation, getAnnotations, getBaseType, getBaseTypeImpl, getBaseTypeParamMap, getTypeClosure, getTypeVariables, isAnnotationPresent, removeAnnotation |
| 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 |
| Constructor Detail |
|---|
public AnnotatedConstructorImpl(AnnotatedType<T> declaringType,
java.lang.reflect.Constructor<T> ctor)
| Method Detail |
|---|
public AnnotatedType<T> getDeclaringType()
AnnotatedMember
getDeclaringType in interface AnnotatedMember<T>public java.lang.reflect.Constructor<T> getJavaMember()
getJavaMember in interface AnnotatedConstructor<T>getJavaMember in interface AnnotatedMember<T>public java.util.List<AnnotatedParameter<T>> getParameters()
getParameters in interface AnnotatedCallable<T>public boolean isStatic()
AnnotatedMember
isStatic in interface AnnotatedMember<T>public java.lang.String toString()
toString in class AnnotatedElementImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||