|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ektorp.ComplexKey
public class ComplexKey
Class for creating complex keys for view queries. The keys's components can consists of any JSON-encodeable objects, but are most likely to be Strings and Integers.
| Method Summary | |
|---|---|
static java.lang.Object[] |
emptyArray()
Add this array to the key if an empty array definition is desired: [[],"foo"] |
static java.lang.Object |
emptyObject()
Add this Object to the key if an empty object definition is desired: ["foo",{}] |
static ComplexKey |
of(java.lang.Object... components)
|
org.codehaus.jackson.JsonNode |
toJson()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ComplexKey of(java.lang.Object... components)
public static java.lang.Object emptyObject()
public static java.lang.Object[] emptyArray()
public org.codehaus.jackson.JsonNode toJson()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||