Class HibernateXStreamMarshallerExtension
- java.lang.Object
-
- org.kie.server.services.jbpm.xstream.HibernateXStreamMarshallerExtension
-
- All Implemented Interfaces:
org.kie.server.api.marshalling.xstream.XStreamMarshallerExtension
public class HibernateXStreamMarshallerExtension extends Object implements org.kie.server.api.marshalling.xstream.XStreamMarshallerExtension
-
-
Constructor Summary
Constructors Constructor Description HibernateXStreamMarshallerExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.thoughtworks.xstream.mapper.MapperWrapperchainMapperWrapper(com.thoughtworks.xstream.mapper.MapperWrapper next)voidextend(org.kie.server.api.marshalling.xstream.XStreamMarshaller marshaller)
-
-
-
Method Detail
-
extend
public void extend(org.kie.server.api.marshalling.xstream.XStreamMarshaller marshaller)
- Specified by:
extendin interfaceorg.kie.server.api.marshalling.xstream.XStreamMarshallerExtension
-
chainMapperWrapper
public com.thoughtworks.xstream.mapper.MapperWrapper chainMapperWrapper(com.thoughtworks.xstream.mapper.MapperWrapper next)
- Specified by:
chainMapperWrapperin interfaceorg.kie.server.api.marshalling.xstream.XStreamMarshallerExtension
-
-