public class ImmutableListAdapter<E> extends XmlAdapter<List<E>,com.google.common.collect.ImmutableList<E>>
| Constructor and Description |
|---|
ImmutableListAdapter() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
marshal(com.google.common.collect.ImmutableList<E> v) |
com.google.common.collect.ImmutableList<E> |
unmarshal(List<E> v) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.