|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.errai.enterprise.client.jaxrs.JacksonTransformer
public class JacksonTransformer
Utility to transform Errai's JSON to a Jackson compatible JSON and vice versa.
Limitations:
Method Summary | |
---|---|
static String |
fromJackson(String jackson)
Transforms Jackson generated JSON into Errai compatible JSON. |
static String |
toJackson(String erraiJson)
Transforms Errai JSON into a Jackson compatible JSON. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String toJackson(String erraiJson)
erraiJson
- JSON generated by Errai
public static String fromJackson(String jackson)
jackson
- JSON generated by Jackson
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |