public class ComplexTypeJSONDecoder extends Object
Constructor and Description |
---|
ComplexTypeJSONDecoder() |
Modifier and Type | Method and Description |
---|---|
static Object |
decode(ComplexType ct,
org.codehaus.jackson.node.ObjectNode jsonObject) |
static Object |
decode(ComplexType ct,
String json) |
static List<Object> |
decodeList(ListType lt,
org.codehaus.jackson.node.ArrayNode jsonArray) |
static List<Object> |
decodeList(ListType lt,
String json) |
static void |
registerBlobDecoder(JSONBlobDecoder blobDecoder) |
public static void registerBlobDecoder(JSONBlobDecoder blobDecoder)
public static List<Object> decodeList(ListType lt, String json) throws Exception
Exception
public static List<Object> decodeList(ListType lt, org.codehaus.jackson.node.ArrayNode jsonArray)
public static Object decode(ComplexType ct, String json) throws Exception
Exception
public static Object decode(ComplexType ct, org.codehaus.jackson.node.ObjectNode jsonObject)
Copyright © 2011 Nuxeo SA. All Rights Reserved.