Class JaxbMap
- java.lang.Object
-
- org.jboss.resteasy.plugins.providers.jaxb.JaxbMap
-
public class JaxbMap extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JaxbMap.Entry
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEntry(String key, Object val)
List<JAXBElement<JaxbMap.Entry>>
getValue()
-
-
-
Method Detail
-
getValue
public List<JAXBElement<JaxbMap.Entry>> getValue()
-
-