| Package | Description |
|---|---|
| iot.jcypher.domain.mapping | |
| iot.jcypher.query | |
| iot.jcypher.query.values |
| Modifier and Type | Method and Description |
|---|---|
static JcPrimitive |
MappingUtil.fromType(Class<?> type,
String name)
Answer an appropriate instance of a JcPrimitive for the given simple-type and name.
|
| Modifier and Type | Method and Description |
|---|---|
LiteralMapList |
JcQueryResult.resultMapListOf(JcPrimitive... key)
answer a list of literal maps containing result values for the given keys
|
LiteralMapList |
LiteralMapList.select(JcPrimitive key,
Object value)
Answer a LiteralMapList containing only literal maps with the given key and value
|
LiteralMap |
LiteralMapList.selectFirst(JcPrimitive key,
Object value)
Answer the first literal map with the given key and value
|
| Modifier and Type | Class and Description |
|---|---|
class |
JcBoolean |
class |
JcLabel |
class |
JcNumber |
class |
JcString |
class |
ReplaceWith |
class |
SubString |
| Modifier and Type | Method and Description |
|---|---|
static Object |
ValueAccess.getValue(JcPrimitive jcPrimitive) |
Copyright © 2016. All rights reserved.