Package org.drools.commands.jaxb
Class JaxbUnknownAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Object,java.lang.Object>
-
- org.drools.commands.jaxb.JaxbUnknownAdapter
-
public class JaxbUnknownAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Object,java.lang.Object>Do not return an instance of Arrays.asList() -- that implementation is *not* modifiable! 7.0 plans: - move this at least to kie-internal - use JaxbObjectObjectPair instead of JaxbStringObjectPair for maps
-
-
Constructor Summary
Constructors Constructor Description JaxbUnknownAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectmarshal(java.lang.Object o)java.lang.ObjectrecursiveUnmarhsal(java.lang.Object o)java.lang.Objectunmarshal(java.lang.Object o)
-
-
-
Method Detail
-
marshal
public java.lang.Object marshal(java.lang.Object o) throws java.lang.Exception- Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Object,java.lang.Object>- Throws:
java.lang.Exception
-
unmarshal
public java.lang.Object unmarshal(java.lang.Object o) throws java.lang.Exception- Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Object,java.lang.Object>- Throws:
java.lang.Exception
-
recursiveUnmarhsal
public java.lang.Object recursiveUnmarhsal(java.lang.Object o) throws java.lang.Exception- Throws:
java.lang.Exception
-
-