Uses of Interface
org.jvnet.hyperjaxb3.item.Converter

Packages that use Converter
org.jvnet.hyperjaxb3.item   
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters   
 

Uses of Converter in org.jvnet.hyperjaxb3.item
 

Constructors in org.jvnet.hyperjaxb3.item with parameters of type Converter
ConvertedList(List<I> inner, Converter<I,O> converter)
           
 

Uses of Converter in org.jvnet.hyperjaxb3.xml.bind.annotation.adapters
 

Classes in org.jvnet.hyperjaxb3.xml.bind.annotation.adapters that implement Converter
 class XmlAdapterConverter<I,O>
           
 

Methods in org.jvnet.hyperjaxb3.xml.bind.annotation.adapters that return Converter
static
<I,O> Converter<I,O>
XmlAdapterUtils.asConverter(XmlAdapter<O,I> adapter)
           
static
<I,O> Converter<I,O>
XmlAdapterUtils.getConverter(Class<? extends XmlAdapter<O,I>> xmlAdapterClass)
           
 



Copyright © 2005-2014. All Rights Reserved.