org.compass.core.json.jackson
Class JacksonAliasedJsonObject
java.lang.Object
org.compass.core.json.jackson.JacksonJsonObject
org.compass.core.json.jackson.JacksonAliasedJsonObject
- All Implemented Interfaces:
- AliasedJsonObject, JsonObject, AliasedObject
public class JacksonAliasedJsonObject
- extends JacksonJsonObject
- implements AliasedJsonObject
A simple aliased JsonObject implementation that works with
the JacksonContentConverter parser.
- Author:
- kimchy
|
Method Summary |
String |
getAlias()
Returns the alias name that is associated with the Object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JacksonAliasedJsonObject
public JacksonAliasedJsonObject(String alias,
Map<String,Object> nodes)
throws org.codehaus.groovy.grails.web.json.JSONException
- Throws:
org.codehaus.groovy.grails.web.json.JSONException
getAlias
public String getAlias()
- Description copied from interface:
AliasedObject
- Returns the alias name that is associated with the Object.
- Specified by:
getAlias in interface AliasedObject
Copyright (c) 2004-2009 The Compass Project.