cc.plural.jsonij.marshal
Class JSONDocumentMarshaler
java.lang.Object
cc.plural.jsonij.marshal.JSONDocumentMarshaler
public class JSONDocumentMarshaler
- extends Object
- Author:
- jmarsden
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
innerArrayAttribute
public static String innerArrayAttribute
innerObjectAttribute
public static String innerObjectAttribute
JSONDocumentMarshaler
public JSONDocumentMarshaler()
marshalJSONDocument
public Object marshalJSONDocument(JSON json,
Class<?> objectClass)
throws JSONMarshalerException
- Throws:
JSONMarshalerException
marshalJSONDocument
public Object marshalJSONDocument(Value value,
Class<?> objectClass)
throws JSONMarshalerException
- Throws:
JSONMarshalerException
marshalJSONDocumentObject
public Object marshalJSONDocumentObject(JSON.Object<CharSequence,Value> jsonObject,
Class<?> objectClass)
throws JSONMarshalerException
- Throws:
JSONMarshalerException
marshalJSONDocumentArray
public Object marshalJSONDocumentArray(JSON.Array<Value> jsonArray,
Class<?> objectClass)
Copyright © 2012. All Rights Reserved.