Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
Packages that use JavaType Package Description org.eclipse.persistence.jaxb.javamodel.oxm org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of JavaType in org.eclipse.persistence.jaxb.javamodel.oxm
Constructors in org.eclipse.persistence.jaxb.javamodel.oxm with parameters of type JavaType Constructor Description OXMJavaClassImpl(JavaType aJavaType)Construct a new instance ofOXMJavaClassImpl. -
Uses of JavaType in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel with type parameters of type JavaType Modifier and Type Field Description protected List<JavaType>XmlBindings.JavaTypes. javaTypeMethods in org.eclipse.persistence.jaxb.xmlmodel that return JavaType Modifier and Type Method Description JavaTypeObjectFactory. createJavaType()Create an instance ofJavaTypeMethods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type JavaType Modifier and Type Method Description List<JavaType>XmlBindings.JavaTypes. getJavaType()Gets the value of the javaType property.
-