public class MarshallerHelper extends Object
| Constructor and Description |
|---|
MarshallerHelper(KieServerRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
static org.kie.server.api.marshalling.MarshallingFormat |
getFormat(String descriptor) |
KieServerRegistry |
getRegistry() |
String |
marshal(String marshallingFormat,
Object entity) |
String |
marshal(String containerId,
String marshallingFormat,
Object entity) |
<T> T |
unmarshal(String data,
String marshallingFormat,
Class<T> unmarshalType) |
<T> T |
unmarshal(String containerId,
String data,
String marshallingFormat,
Class<T> unmarshalType) |
public MarshallerHelper(KieServerRegistry registry)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.