org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.java
Class JavaReflectionConstructor
java.lang.Object
org.jboss.errai.ioc.rebind.ioc.codegen.meta.MetaMethod
org.jboss.errai.ioc.rebind.ioc.codegen.meta.MetaConstructor
org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.java.JavaReflectionConstructor
- All Implemented Interfaces:
- HasAnnotations, MetaClassMember, MetaGenericDeclaration, MetaType
public class JavaReflectionConstructor
- extends MetaConstructor
- Author:
- Mike Brock
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getParameters
public MetaParameter[] getParameters()
- Specified by:
getParameters in class MetaConstructor
getDeclaringClass
public MetaClass getDeclaringClass()
getGenericParameterTypes
public MetaType[] getGenericParameterTypes()
- Specified by:
getGenericParameterTypes in class MetaConstructor
getTypeParameters
public MetaTypeVariable[] getTypeParameters()
getName
public String getName()
- Specified by:
getName in class MetaMethod
getReturnType
public MetaClass getReturnType()
- Specified by:
getReturnType in class MetaMethod
getGenericReturnType
public MetaType getGenericReturnType()
- Specified by:
getGenericReturnType in class MetaMethod
getAnnotations
public Annotation[] getAnnotations()
getAnnotation
public final <A extends Annotation> A getAnnotation(Class<A> annotation)
isAnnotationPresent
public final boolean isAnnotationPresent(Class<? extends Annotation> annotation)
isAbstract
public boolean isAbstract()
isPublic
public boolean isPublic()
isPrivate
public boolean isPrivate()
isProtected
public boolean isProtected()
isFinal
public boolean isFinal()
isStatic
public boolean isStatic()
isTransient
public boolean isTransient()
isSynchronized
public boolean isSynchronized()
isSynthetic
public boolean isSynthetic()
isVarArgs
public boolean isVarArgs()
- Specified by:
isVarArgs in class MetaConstructor
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.