java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<CollectionWrapper<T>,Collection<T>>
org.eclipse.persistence.jpa.rs.util.xmladapters.RestCollectionAdapter<T>
Type Parameters:
T - list generac type

public class RestCollectionAdapter<T extends PersistenceWeavedRest> extends XmlAdapter<CollectionWrapper<T>,Collection<T>>
Collections adapter used in JPARS V2. Collections are wrapped into CollectionWrapper which has 'links'.
Since:
EclipseLink 2.6.0
See Also: