public class WebsocketUtils extends Object
| Constructor and Description |
|---|
WebsocketUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.kie.server.api.marshalling.MarshallingFormat |
getFormat(String descriptor) |
static Set<Class<?>> |
getMinimalModelClasses() |
static Set<Class<?>> |
getModelClasses() |
static String |
marshal(String marshallingFormat,
Object entity) |
static <T> T |
unmarshal(String data,
String marshallingFormat,
Class<T> unmarshalType) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.