Class FormErrorsEntityAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<FormErrorsEntity,com.google.common.collect.Multimap<String,String>>
com.atlassian.bamboo.rest.adapter.FormErrorsEntityAdapter
public class FormErrorsEntityAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<FormErrorsEntity,com.google.common.collect.Multimap<String,String>>
This adapter does not provide unmarshaling yet
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FormErrorsEntityAdapter
public FormErrorsEntityAdapter()
-
-
Method Details
-
unmarshal
public com.google.common.collect.Multimap<String,String> unmarshal(@Nullable @Nullable FormErrorsEntity v) throws Exception - Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<FormErrorsEntity,
com.google.common.collect.Multimap<String, String>> - Throws:
Exception
-
marshal
public FormErrorsEntity marshal(@Nullable @Nullable com.google.common.collect.Multimap<String, String> map) throws Exception- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<FormErrorsEntity,
com.google.common.collect.Multimap<String, String>> - Throws:
Exception
-