Uses of Class
com.sun.xml.bind.v2.runtime.InternalBridge

Packages that use InternalBridge
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
 

Uses of InternalBridge in com.sun.xml.bind.v2.runtime
 

Subclasses of InternalBridge in com.sun.xml.bind.v2.runtime
(package private)  class BridgeAdapter<OnWire,InMemory>
          Bridge decorator for XmlAdapter.
(package private)  class BridgeImpl<T>
          Bridge implementaiton.
 

Constructors in com.sun.xml.bind.v2.runtime with parameters of type InternalBridge
BridgeAdapter(InternalBridge<OnWire> core, Class<? extends XmlAdapter<OnWire,InMemory>> adapter)