Package org.drools.core.xml.jaxb.util
Class JaxbListAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<JaxbListWrapper,Collection>
-
- org.drools.core.xml.jaxb.util.JaxbListAdapter
-
public class JaxbListAdapter extends XmlAdapter<JaxbListWrapper,Collection>
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description JaxbListAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JaxbListWrappermarshal(Collection v)Collectionunmarshal(JaxbListWrapper v)
-
-
-
Method Detail
-
marshal
public JaxbListWrapper marshal(Collection v) throws Exception
- Specified by:
marshalin classXmlAdapter<JaxbListWrapper,Collection>- Throws:
Exception
-
unmarshal
public Collection unmarshal(JaxbListWrapper v) throws Exception
- Specified by:
unmarshalin classXmlAdapter<JaxbListWrapper,Collection>- Throws:
Exception
-
-