Uses of Class
javax.xml.bind.annotation.adapters.XmlAdapter

Packages that use XmlAdapter
javax.xml.bind   
javax.xml.bind.annotation.adapters   
javax.xml.bind.helpers   
 

Uses of XmlAdapter in javax.xml.bind
 

Methods in javax.xml.bind with type parameters of type XmlAdapter
<A extends XmlAdapter>
A
Unmarshaller.getAdapter(Class<A> type)
           
<A extends XmlAdapter>
A
Marshaller.getAdapter(Class<A> type)
           
<A extends XmlAdapter>
void
Unmarshaller.setAdapter(Class<A> type, A adapter)
           
<A extends XmlAdapter>
void
Marshaller.setAdapter(Class<A> type, A adapter)
           
 

Methods in javax.xml.bind with parameters of type XmlAdapter
 void Unmarshaller.setAdapter(XmlAdapter adapter)
           
 void Marshaller.setAdapter(XmlAdapter adapter)
           
 

Uses of XmlAdapter in javax.xml.bind.annotation.adapters
 

Subclasses of XmlAdapter in javax.xml.bind.annotation.adapters
 class CollapsedStringAdapter
           
 class HexBinaryAdapter
           
 class NormalizedStringAdapter
           
 

Uses of XmlAdapter in javax.xml.bind.helpers
 

Methods in javax.xml.bind.helpers with type parameters of type XmlAdapter
<A extends XmlAdapter>
A
AbstractUnmarshallerImpl.getAdapter(Class<A> type)
           
<A extends XmlAdapter>
A
AbstractMarshallerImpl.getAdapter(Class<A> type)
           
<A extends XmlAdapter>
void
AbstractUnmarshallerImpl.setAdapter(Class<A> type, A adapter)
           
<A extends XmlAdapter>
void
AbstractMarshallerImpl.setAdapter(Class<A> type, A adapter)
           
 

Methods in javax.xml.bind.helpers with parameters of type XmlAdapter
 void AbstractUnmarshallerImpl.setAdapter(XmlAdapter adapter)
           
 void AbstractMarshallerImpl.setAdapter(XmlAdapter adapter)
           
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.