public class FormErrorsEntityAdapter extends XmlAdapter<FormErrorsEntity,com.google.common.collect.Multimap<String,String>>
Constructor and Description |
---|
FormErrorsEntityAdapter() |
Modifier and Type | Method and Description |
---|---|
FormErrorsEntity |
marshal(com.google.common.collect.Multimap<String,String> map) |
com.google.common.collect.Multimap<String,String> |
unmarshal(FormErrorsEntity v) |
public com.google.common.collect.Multimap<String,String> unmarshal(@Nullable FormErrorsEntity v) throws Exception
unmarshal
in class XmlAdapter<FormErrorsEntity,com.google.common.collect.Multimap<String,String>>
Exception
public FormErrorsEntity marshal(@Nullable com.google.common.collect.Multimap<String,String> map) throws Exception
marshal
in class XmlAdapter<FormErrorsEntity,com.google.common.collect.Multimap<String,String>>
Exception
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.