Uses of Interface
org.eclipse.persistence.jaxb.javamodel.JavaConstructor
Package
Description
-
Uses of JavaConstructor in org.eclipse.persistence.jaxb.javamodel
Modifier and TypeMethodDescriptionJavaClass.getConstructor
(JavaClass[] parameterTypes) JavaClass.getDeclaredConstructor
(JavaClass[] parameterTypes) Modifier and TypeMethodDescriptionJavaClass.getConstructors()
JavaClass.getDeclaredConstructors()
-
Uses of JavaConstructor in org.eclipse.persistence.jaxb.javamodel.oxm
Modifier and TypeMethodDescriptionOXMJavaClassImpl.getConstructor
(JavaClass[] parameterTypes) Return theJavaConstructor
for thisJavaClass
that has the provided parameter types.OXMJAXBElementImpl.getConstructor
(JavaClass[] parameterTypes) OXMObjectFactoryImpl.getConstructor
(JavaClass[] parameterTypes) OXMJavaClassImpl.getDeclaredConstructor
(JavaClass[] parameterTypes) Return the declaredJavaConstructor
for thisJavaClass
.OXMJAXBElementImpl.getDeclaredConstructor
(JavaClass[] parameterTypes) OXMObjectFactoryImpl.getDeclaredConstructor
(JavaClass[] parameterTypes) Modifier and TypeMethodDescriptionOXMJavaClassImpl.getConstructors()
Return all of theJavaConstructors
for this JavaClass.OXMJAXBElementImpl.getConstructors()
OXMObjectFactoryImpl.getConstructors()
OXMJavaClassImpl.getDeclaredConstructors()
Return all of the declaredJavaConstructors
for thisJavaClass
.OXMJAXBElementImpl.getDeclaredConstructors()
OXMObjectFactoryImpl.getDeclaredConstructors()
-
Uses of JavaConstructor in org.eclipse.persistence.jaxb.javamodel.reflection
Modifier and TypeClassDescriptionclass
Purpose: JavaModel representation of a java.lang.reflect.Constructor object.Modifier and TypeMethodDescriptionJavaClassImpl.getConstructor
(JavaClass[] paramTypes) JavaClassImpl.getDeclaredConstructor
(JavaClass[] paramTypes) Modifier and TypeMethodDescriptionJavaClassImpl.getConstructors()
JavaClassImpl.getDeclaredConstructors()
-
Uses of JavaConstructor in org.eclipse.persistence.jaxb.javamodel.xjc
Modifier and TypeMethodDescriptionXJCJavaClassImpl.getConstructor
(JavaClass[] parameterTypes) Return theJavaConstructor
for thisJavaClass
that has the provided parameter types.XJCJavaClassImpl.getDeclaredConstructor
(JavaClass[] parameterTypes) Return the declaredJavaConstructor
for thisJavaClass
that has the provided parameter types.Modifier and TypeMethodDescriptionXJCJavaClassImpl.getConstructors()
Return all of theJavaConstructors
for thisJavaClass
.XJCJavaClassImpl.getDeclaredConstructors()
Return all of the declaredJavaConstructors
for thisJavaClass
.