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) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
public static ComplexKey of(Object... components)
public static Object emptyObject()
public static Object[] emptyArray()
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2013. All Rights Reserved.