public class ComplexKey extends Object
| Modifier and Type | Method and Description |
|---|---|
static Object[] |
emptyArray()
Add this array to the key if an empty array definition is desired:
[[],"foo"]
|
static Object |
emptyObject()
Add this Object to the key if an empty object definition is desired:
["foo",{}]
|
static ComplexKey |
of(Object... components) |
org.codehaus.jackson.JsonNode |
toJson() |
public static ComplexKey of(Object... components)
public static Object emptyObject()
public static Object[] emptyArray()
public org.codehaus.jackson.JsonNode toJson()
Copyright © 2012. All Rights Reserved.