Module org.eclipse.persistence.moxy
Class JavaConstructorImpl
java.lang.Object
org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
- All Implemented Interfaces:
- JavaConstructor
Purpose: JavaModel representation of a java.lang.reflect.Constructor object.
Reponsibilities:
- Provide a reflection-based implementation of the JavaConstructor interface
- Delegate calls to a wrapped instance of java.lang.reflect.Consturctor
- 
Field Details- 
jConstructor
 
- 
- 
Constructor Details- 
JavaConstructorImpl
 
- 
- 
Method Details- 
getModifierspublic int getModifiers()- Specified by:
- getModifiersin interface- JavaConstructor
 
- 
getName- Specified by:
- getNamein interface- JavaConstructor
 
- 
getOwningClass- Specified by:
- getOwningClassin interface- JavaConstructor
 
- 
getParameterTypes- Specified by:
- getParameterTypesin interface- JavaConstructor
 
- 
isAbstractpublic boolean isAbstract()- Specified by:
- isAbstractin interface- JavaConstructor
 
- 
isPrivatepublic boolean isPrivate()- Specified by:
- isPrivatein interface- JavaConstructor
 
- 
isProtectedpublic boolean isProtected()- Specified by:
- isProtectedin interface- JavaConstructor
 
- 
isPublicpublic boolean isPublic()- Specified by:
- isPublicin interface- JavaConstructor
 
- 
isStaticpublic boolean isStatic()- Specified by:
- isStaticin interface- JavaConstructor
 
- 
isFinalpublic boolean isFinal()- Specified by:
- isFinalin interface- JavaConstructor
 
- 
isSyntheticpublic boolean isSynthetic()- Specified by:
- isSyntheticin interface- JavaConstructor
 
 
-