Class OXMJavaConstructorImpl
java.lang.Object
org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
- All Implemented Interfaces:
JavaConstructor
INTERNAL:
Purpose: JavaConstructor implementation used when bootstrapping
a DynamicJAXBContext from XML Bindings.
Responsibilities:
- Provide Constructor information to the
JavaModel.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOXMJavaConstructorImpl(JavaClass owner) Construct a new instance ofOXMJavaConstructorImpl. -
Method Summary
-
Constructor Details
-
OXMJavaConstructorImpl
Construct a new instance ofOXMJavaConstructorImpl.- Parameters:
owner- - theJavaClassthis constructor belongs to.
-
-
Method Details
-
getModifiers
public int getModifiers()- Specified by:
getModifiersin interfaceJavaConstructor
-
getName
- Specified by:
getNamein interfaceJavaConstructor
-
getOwningClass
- Specified by:
getOwningClassin interfaceJavaConstructor
-
getParameterTypes
- Specified by:
getParameterTypesin interfaceJavaConstructor
-
isAbstract
public boolean isAbstract()- Specified by:
isAbstractin interfaceJavaConstructor
-
isPrivate
public boolean isPrivate()- Specified by:
isPrivatein interfaceJavaConstructor
-
isProtected
public boolean isProtected()- Specified by:
isProtectedin interfaceJavaConstructor
-
isPublic
public boolean isPublic()- Specified by:
isPublicin interfaceJavaConstructor
-
isStatic
public boolean isStatic()- Specified by:
isStaticin interfaceJavaConstructor
-
isFinal
public boolean isFinal()- Specified by:
isFinalin interfaceJavaConstructor
-
isSynthetic
public boolean isSynthetic()Not supported.- Specified by:
isSyntheticin interfaceJavaConstructor
-