org.jvnet.hyperjaxb3.xml.bind.annotation.adapters
Class XmlAdapterConverter<I,O>
java.lang.Object
org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.XmlAdapterConverter<I,O>
- All Implemented Interfaces:
- Converter<I,O>
public class XmlAdapterConverter<I,O>
- extends Object
- implements Converter<I,O>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlAdapterConverter
public XmlAdapterConverter(XmlAdapter<O,I> adapter)
direct
public I direct(O outer)
- Specified by:
direct in interface Converter<I,O>
inverse
public O inverse(I inner)
- Specified by:
inverse in interface Converter<I,O>
Copyright © 2005-2014. All Rights Reserved.