public class ArtifactMapAdapter extends XmlAdapter<Artifacts,ArtifactMap<String,Artifact>>
Constructor and Description |
---|
ArtifactMapAdapter() |
Modifier and Type | Method and Description |
---|---|
Artifacts |
marshal(ArtifactMap<String,Artifact> map) |
ArtifactMap<String,Artifact> |
unmarshal(Artifacts artifacts) |
public ArtifactMap<String,Artifact> unmarshal(Artifacts artifacts)
unmarshal
in class XmlAdapter<Artifacts,ArtifactMap<String,Artifact>>
public Artifacts marshal(ArtifactMap<String,Artifact> map)
marshal
in class XmlAdapter<Artifacts,ArtifactMap<String,Artifact>>
Copyright © 2019. All rights reserved.