Module org.eclipse.persistence.moxy
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
.
- Since:
- EclipseLink 2.2
- See Also:
-
Constructor Summary
ConstructorDescriptionOXMJavaConstructorImpl
(JavaClass owner) Construct a new instance ofOXMJavaConstructorImpl
. -
Method Summary
-
Constructor Details
-
OXMJavaConstructorImpl
Construct a new instance ofOXMJavaConstructorImpl
.- Parameters:
owner
- - theJavaClass
this constructor belongs to.
-
-
Method Details
-
getModifiers
public int getModifiers()- Specified by:
getModifiers
in interfaceJavaConstructor
-
getName
- Specified by:
getName
in interfaceJavaConstructor
-
getOwningClass
- Specified by:
getOwningClass
in interfaceJavaConstructor
-
getParameterTypes
- Specified by:
getParameterTypes
in interfaceJavaConstructor
-
isAbstract
public boolean isAbstract()- Specified by:
isAbstract
in interfaceJavaConstructor
-
isPrivate
public boolean isPrivate()- Specified by:
isPrivate
in interfaceJavaConstructor
-
isProtected
public boolean isProtected()- Specified by:
isProtected
in interfaceJavaConstructor
-
isPublic
public boolean isPublic()- Specified by:
isPublic
in interfaceJavaConstructor
-
isStatic
public boolean isStatic()- Specified by:
isStatic
in interfaceJavaConstructor
-
isFinal
public boolean isFinal()- Specified by:
isFinal
in interfaceJavaConstructor
-
isSynthetic
public boolean isSynthetic()Not supported.- Specified by:
isSynthetic
in interfaceJavaConstructor
-