Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jaxb.core.context.JaxbTypeMapping

Packages that use JaxbTypeMapping
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.context.java   
org.eclipse.jpt.jaxb.eclipselink.core.context.java   
org.eclipse.jpt.jaxb.eclipselink.core.context.oxm   
 

Uses of JaxbTypeMapping in org.eclipse.jpt.jaxb.core
 

Methods in org.eclipse.jpt.jaxb.core with parameters of type JaxbTypeMapping
 XmlRootElement JaxbFactory.buildJavaXmlRootElement(JaxbTypeMapping parent, XmlRootElementAnnotation xmlRootElementAnnotation)
           
 

Uses of JaxbTypeMapping in org.eclipse.jpt.jaxb.core.context
 

Subinterfaces of JaxbTypeMapping in org.eclipse.jpt.jaxb.core.context
 interface JaxbClassMapping
           
 interface JaxbEnumMapping
          Represents mapping metadata on an enum (specified or implied).
 

Methods in org.eclipse.jpt.jaxb.core.context that return JaxbTypeMapping
 JaxbTypeMapping XmlRootElement.getTypeMapping()
           
 JaxbTypeMapping JaxbContextRoot.getTypeMapping(String typeName)
          Return the JaxbTypeMapping for the given (fully qualified) type name
 

Uses of JaxbTypeMapping in org.eclipse.jpt.jaxb.core.context.java
 

Subinterfaces of JaxbTypeMapping in org.eclipse.jpt.jaxb.core.context.java
 interface JavaClassMapping
           
 interface JavaEnumMapping
           
 interface JavaTypeMapping
          Represents mapping metadata on a JavaType (specified or implied).
 

Uses of JaxbTypeMapping in org.eclipse.jpt.jaxb.eclipselink.core.context.java
 

Subinterfaces of JaxbTypeMapping in org.eclipse.jpt.jaxb.eclipselink.core.context.java
 interface ELClassMapping
          Oxm extensions to JaxbClassMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of JaxbTypeMapping in org.eclipse.jpt.jaxb.eclipselink.core.context.oxm
 

Subinterfaces of JaxbTypeMapping in org.eclipse.jpt.jaxb.eclipselink.core.context.oxm
 interface OxmJavaType
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmTypeMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OxmXmlEnum
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.