| Modifier and Type | Method and Description |
|---|---|
JavaConstructor |
JavaClass.getConstructor(JavaClass[] parameterTypes) |
JavaConstructor |
JavaClass.getDeclaredConstructor(JavaClass[] parameterTypes) |
| Modifier and Type | Class and Description |
|---|---|
class |
OXMJavaConstructorImpl
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
JavaConstructor |
OXMObjectFactoryImpl.getConstructor(JavaClass[] parameterTypes) |
JavaConstructor |
OXMJavaClassImpl.getConstructor(JavaClass[] parameterTypes)
Return the
JavaConstructor for this JavaClass that has the
provided parameter types. |
JavaConstructor |
OXMJAXBElementImpl.getConstructor(JavaClass[] parameterTypes) |
JavaConstructor |
OXMObjectFactoryImpl.getDeclaredConstructor(JavaClass[] parameterTypes) |
JavaConstructor |
OXMJavaClassImpl.getDeclaredConstructor(JavaClass[] parameterTypes)
Return the declared
JavaConstructor for this JavaClass. |
JavaConstructor |
OXMJAXBElementImpl.getDeclaredConstructor(JavaClass[] parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
Collection<JavaConstructor> |
OXMObjectFactoryImpl.getConstructors() |
Collection<JavaConstructor> |
OXMJavaClassImpl.getConstructors()
Return all of the
JavaConstructors for this JavaClass. |
Collection<JavaConstructor> |
OXMJAXBElementImpl.getConstructors() |
Collection<JavaConstructor> |
OXMObjectFactoryImpl.getDeclaredConstructors() |
Collection<JavaConstructor> |
OXMJavaClassImpl.getDeclaredConstructors()
Return all of the declared
JavaConstructors for this JavaClass. |
Collection<JavaConstructor> |
OXMJAXBElementImpl.getDeclaredConstructors() |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaConstructorImpl
Purpose: JavaModel representation of a java.lang.reflect.Constructor object.
|
| Modifier and Type | Method and Description |
|---|---|
JavaConstructor |
JavaClassImpl.getConstructor(JavaClass[] paramTypes) |
JavaConstructor |
JavaClassImpl.getDeclaredConstructor(JavaClass[] paramTypes) |
| Modifier and Type | Class and Description |
|---|---|
class |
XJCJavaConstructorImpl
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
JavaConstructor |
XJCJavaClassImpl.getConstructor(JavaClass[] parameterTypes)
Return the
JavaConstructor for this JavaClass that has the
provided parameter types. |
JavaConstructor |
XJCJavaClassImpl.getDeclaredConstructor(JavaClass[] parameterTypes)
Return the declared
JavaConstructor for this JavaClass that has the
provided parameter types. |
| Modifier and Type | Method and Description |
|---|---|
Collection<JavaConstructor> |
XJCJavaClassImpl.getConstructors()
Return all of the
JavaConstructors for this JavaClass. |
Collection<JavaConstructor> |
XJCJavaClassImpl.getDeclaredConstructors()
Return all of the declared
JavaConstructors for this JavaClass. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.