com.atlassian.bamboo.rest.adapter
Class FormErrorsEntityAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<FormErrorsEntity,com.google.common.collect.Multimap<java.lang.String,java.lang.String>>
      extended by com.atlassian.bamboo.rest.adapter.FormErrorsEntityAdapter

public class FormErrorsEntityAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<FormErrorsEntity,com.google.common.collect.Multimap<java.lang.String,java.lang.String>>

This adapter does not provide unmarshaling yet


Constructor Summary
FormErrorsEntityAdapter()
           
 
Method Summary
 FormErrorsEntity marshal(com.google.common.collect.Multimap<java.lang.String,java.lang.String> map)
           
 com.google.common.collect.Multimap<java.lang.String,java.lang.String> unmarshal(FormErrorsEntity v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormErrorsEntityAdapter

public FormErrorsEntityAdapter()
Method Detail

unmarshal

public com.google.common.collect.Multimap<java.lang.String,java.lang.String> unmarshal(@Nullable
                                                                                       FormErrorsEntity v)
                                                                                throws java.lang.Exception
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<FormErrorsEntity,com.google.common.collect.Multimap<java.lang.String,java.lang.String>>
Throws:
java.lang.Exception

marshal

public FormErrorsEntity marshal(@Nullable
                                com.google.common.collect.Multimap<java.lang.String,java.lang.String> map)
                         throws java.lang.Exception
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<FormErrorsEntity,com.google.common.collect.Multimap<java.lang.String,java.lang.String>>
Throws:
java.lang.Exception


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.