Uses of Interface
org.eclipse.persistence.jaxb.javamodel.JavaConstructor
-
-
Uses of JavaConstructor in org.eclipse.persistence.jaxb.javamodel
Methods in org.eclipse.persistence.jaxb.javamodel that return JavaConstructor Modifier and Type Method Description JavaConstructorJavaClass. getConstructor(JavaClass[] parameterTypes)JavaConstructorJavaClass. getDeclaredConstructor(JavaClass[] parameterTypes) -
Uses of JavaConstructor in org.eclipse.persistence.jaxb.javamodel.oxm
Classes in org.eclipse.persistence.jaxb.javamodel.oxm that implement JavaConstructor Modifier and Type Class Description classOXMJavaConstructorImplINTERNAL:Methods in org.eclipse.persistence.jaxb.javamodel.oxm that return JavaConstructor Modifier and Type Method Description JavaConstructorOXMJavaClassImpl. getConstructor(JavaClass[] parameterTypes)Return theJavaConstructorfor thisJavaClassthat has the provided parameter types.JavaConstructorOXMJAXBElementImpl. getConstructor(JavaClass[] parameterTypes)JavaConstructorOXMObjectFactoryImpl. getConstructor(JavaClass[] parameterTypes)JavaConstructorOXMJavaClassImpl. getDeclaredConstructor(JavaClass[] parameterTypes)Return the declaredJavaConstructorfor thisJavaClass.JavaConstructorOXMJAXBElementImpl. getDeclaredConstructor(JavaClass[] parameterTypes)JavaConstructorOXMObjectFactoryImpl. getDeclaredConstructor(JavaClass[] parameterTypes)Methods in org.eclipse.persistence.jaxb.javamodel.oxm that return types with arguments of type JavaConstructor Modifier and Type Method Description Collection<JavaConstructor>OXMJavaClassImpl. getConstructors()Return all of theJavaConstructorsfor this JavaClass.Collection<JavaConstructor>OXMJAXBElementImpl. getConstructors()Collection<JavaConstructor>OXMObjectFactoryImpl. getConstructors()Collection<JavaConstructor>OXMJavaClassImpl. getDeclaredConstructors()Return all of the declaredJavaConstructorsfor thisJavaClass.Collection<JavaConstructor>OXMJAXBElementImpl. getDeclaredConstructors()Collection<JavaConstructor>OXMObjectFactoryImpl. getDeclaredConstructors() -
Uses of JavaConstructor in org.eclipse.persistence.jaxb.javamodel.reflection
Classes in org.eclipse.persistence.jaxb.javamodel.reflection that implement JavaConstructor Modifier and Type Class Description classJavaConstructorImplPurpose: JavaModel representation of a java.lang.reflect.Constructor object.Methods in org.eclipse.persistence.jaxb.javamodel.reflection that return JavaConstructor Modifier and Type Method Description JavaConstructorJavaClassImpl. getConstructor(JavaClass[] paramTypes)JavaConstructorJavaClassImpl. getDeclaredConstructor(JavaClass[] paramTypes) -
Uses of JavaConstructor in org.eclipse.persistence.jaxb.javamodel.xjc
Classes in org.eclipse.persistence.jaxb.javamodel.xjc that implement JavaConstructor Modifier and Type Class Description classXJCJavaConstructorImplINTERNAL:Methods in org.eclipse.persistence.jaxb.javamodel.xjc that return JavaConstructor Modifier and Type Method Description JavaConstructorXJCJavaClassImpl. getConstructor(JavaClass[] parameterTypes)Return theJavaConstructorfor thisJavaClassthat has the provided parameter types.JavaConstructorXJCJavaClassImpl. getDeclaredConstructor(JavaClass[] parameterTypes)Return the declaredJavaConstructorfor thisJavaClassthat has the provided parameter types.Methods in org.eclipse.persistence.jaxb.javamodel.xjc that return types with arguments of type JavaConstructor Modifier and Type Method Description Collection<JavaConstructor>XJCJavaClassImpl. getConstructors()Return all of theJavaConstructorsfor thisJavaClass.Collection<JavaConstructor>XJCJavaClassImpl. getDeclaredConstructors()Return all of the declaredJavaConstructorsfor thisJavaClass.
-