org.jvnet.hyperjaxb3.transform
Class TransformUtils

java.lang.Object
  extended by org.jvnet.hyperjaxb3.transform.TransformUtils

public class TransformUtils
extends Object


Constructor Summary
TransformUtils()
           
 
Method Summary
static
<T> boolean
shouldBeWrapped(List<T> inner)
           
static
<I,O> List<I>
wrap(List<I> inner, List<O> outer, Class<? extends javax.xml.bind.annotation.adapters.XmlAdapter<I,O>> xmlAdapterClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformUtils

public TransformUtils()
Method Detail

shouldBeWrapped

public static <T> boolean shouldBeWrapped(List<T> inner)

wrap

public static <I,O> List<I> wrap(List<I> inner,
                                 List<O> outer,
                                 Class<? extends javax.xml.bind.annotation.adapters.XmlAdapter<I,O>> xmlAdapterClass)


Copyright © 2005-2011. All Rights Reserved.