| Package | Description |
|---|---|
| com.mware.ge.values | |
| com.mware.ge.values.storable | |
| com.mware.ge.values.utils | |
| com.mware.ge.values.virtual |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
StructureBuilder.build(StructureBuilder<AnyValue,T> builder,
MapValue map) |
Base |
ValueMapper.mapMap(MapValue value) |
Object |
ValueMapper.JavaMapper.mapMap(MapValue value) |
void |
AnyValueWriter.writeNode(String nodeId,
TextArray labels,
MapValue properties,
Authorizations authorizations) |
void |
AnyValueWriter.writeRelationship(String relId,
String startNodeId,
String endNodeId,
TextValue type,
MapValue properties,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
static DurationValue |
DurationValue.build(MapValue map) |
static LocalTimeValue |
LocalTimeValue.build(MapValue map,
Supplier<ZoneId> defaultZone) |
static DateValue |
DateValue.build(MapValue map,
Supplier<ZoneId> defaultZone) |
static DateTimeValue |
DateTimeValue.build(MapValue map,
Supplier<ZoneId> defaultZone) |
static LocalDateTimeValue |
LocalDateTimeValue.build(MapValue map,
Supplier<ZoneId> defaultZone) |
static TimeValue |
TimeValue.build(MapValue map,
Supplier<ZoneId> defaultZone) |
static GeoPointValue |
GeoPointValue.fromMap(MapValue map) |
static LocalTimeValue |
LocalTimeValue.truncate(TemporalUnit unit,
TemporalValue input,
MapValue fields,
Supplier<ZoneId> defaultZone) |
static DateValue |
DateValue.truncate(TemporalUnit unit,
TemporalValue input,
MapValue fields,
Supplier<ZoneId> defaultZone) |
static DateTimeValue |
DateTimeValue.truncate(TemporalUnit unit,
TemporalValue input,
MapValue fields,
Supplier<ZoneId> defaultZone) |
static LocalDateTimeValue |
LocalDateTimeValue.truncate(TemporalUnit unit,
TemporalValue input,
MapValue fields,
Supplier<ZoneId> defaultZone) |
static TimeValue |
TimeValue.truncate(TemporalUnit unit,
TemporalValue input,
MapValue fields,
Supplier<ZoneId> defaultZone) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrinter.writeNode(String nodeId,
TextArray labels,
MapValue properties,
Authorizations authorizations) |
void |
PrettyPrinter.writeRelationship(String relId,
String startNodeId,
String endNodeId,
TextValue type,
MapValue properties,
Authorizations authorizations) |
| Modifier and Type | Field and Description |
|---|---|
static MapValue |
MapValue.EMPTY |
static MapValue |
VirtualValues.EMPTY_MAP |
| Modifier and Type | Method and Description |
|---|---|
MapValue |
MapValueBuilder.build() |
static MapValue |
VirtualValues.emptyMap() |
MapValue |
MapValue.filter(BiFunction<String,AnyValue,Boolean> filterFunction) |
static MapValue |
VirtualValues.map(String[] keys,
AnyValue[] values) |
abstract MapValue |
NodeValue.properties() |
abstract MapValue |
RelationshipValue.properties() |
MapValue |
MapValue.updatedWith(MapValue other) |
MapValue |
MapValue.updatedWith(String key,
AnyValue value) |
| Modifier and Type | Method and Description |
|---|---|
static NodeValue |
VirtualValues.nodeValue(String id,
TextArray labels,
MapValue properties) |
static RelationshipValue |
VirtualValues.relationshipValue(String id,
NodeValue startNode,
NodeValue endNode,
TextValue type,
MapValue properties) |
MapValue |
MapValue.updatedWith(MapValue other) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.