| Modifier and Type | Method and Description |
|---|---|
TextValue |
StringSingleValueBcProperty.wrap(String value) |
| Modifier and Type | Method and Description |
|---|---|
Base |
ValueMapper.mapText(TextValue value) |
String |
ValueMapper.JavaMapper.mapText(TextValue value) |
void |
AnyValueWriter.writeRelationship(String relId,
String startNodeId,
String endNodeId,
TextValue type,
MapValue properties,
Authorizations authorizations) |
| Modifier and Type | Class and Description |
|---|---|
class |
CharValue |
class |
StringValue |
class |
UTF8StringValue |
| Modifier and Type | Field and Description |
|---|---|
static TextValue |
Values.EMPTY_STRING |
| Modifier and Type | Method and Description |
|---|---|
TextValue |
CharValue.ltrim() |
abstract TextValue |
TextValue.ltrim() |
TextValue |
UTF8StringValue.ltrim() |
TextValue |
CharValue.plus(TextValue other) |
abstract TextValue |
TextValue.plus(TextValue other) |
TextValue |
UTF8StringValue.plus(TextValue other) |
TextValue |
CharValue.replace(String find,
String replace) |
TextValue |
StringValue.replace(String find,
String replace) |
abstract TextValue |
TextValue.replace(String find,
String replace) |
TextValue |
CharValue.reverse() |
abstract TextValue |
TextValue.reverse() |
TextValue |
UTF8StringValue.reverse() |
TextValue |
CharValue.rtrim() |
abstract TextValue |
TextValue.rtrim() |
TextValue |
UTF8StringValue.rtrim() |
static TextValue |
Values.stringValue(String value) |
TextValue |
TextValue.substring(int start) |
TextValue |
CharValue.substring(int start,
int length) |
abstract TextValue |
TextValue.substring(int start,
int length) |
TextValue |
UTF8StringValue.substring(int start,
int length) |
TextValue |
CharValue.toLower() |
TextValue |
StringValue.toLower() |
abstract TextValue |
TextValue.toLower() |
TextValue |
CharValue.toUpper() |
TextValue |
StringValue.toUpper() |
abstract TextValue |
TextValue.toUpper() |
TextValue |
CharValue.trim() |
abstract TextValue |
TextValue.trim() |
TextValue |
UTF8StringValue.trim() |
static TextValue |
Values.utf8Value(byte[] bytes) |
static TextValue |
Values.utf8Value(byte[] bytes,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
CharValue.compareTo(TextValue other) |
int |
StringValue.compareTo(TextValue other) |
abstract int |
TextValue.compareTo(TextValue other) |
int |
UTF8StringValue.compareTo(TextValue other) |
boolean |
CharValue.contains(TextValue other) |
abstract boolean |
TextValue.contains(TextValue other) |
boolean |
UTF8StringValue.contains(TextValue other) |
boolean |
CharValue.endsWith(TextValue other) |
abstract boolean |
TextValue.endsWith(TextValue other) |
boolean |
UTF8StringValue.endsWith(TextValue other) |
static LocalTimeValue |
LocalTimeValue.parse(TextValue text) |
static DateValue |
DateValue.parse(TextValue text) |
static LocalDateTimeValue |
LocalDateTimeValue.parse(TextValue text) |
static DurationValue |
DurationValue.parse(TextValue text) |
static DateTimeValue |
DateTimeValue.parse(TextValue text,
Supplier<ZoneId> defaultZone) |
static TimeValue |
TimeValue.parse(TextValue text,
Supplier<ZoneId> defaultZone) |
TextValue |
CharValue.plus(TextValue other) |
abstract TextValue |
TextValue.plus(TextValue other) |
TextValue |
UTF8StringValue.plus(TextValue other) |
boolean |
CharValue.startsWith(TextValue other) |
abstract boolean |
TextValue.startsWith(TextValue other) |
boolean |
UTF8StringValue.startsWith(TextValue other) |
| Modifier and Type | Method and Description |
|---|---|
TextValue |
RandomValues.nextAlphaNumericTextValue() |
TextValue |
RandomValues.nextAlphaNumericTextValue(int minLength,
int maxLength) |
TextValue |
RandomValues.nextAsciiTextValue() |
TextValue |
RandomValues.nextAsciiTextValue(int minLength,
int maxLength) |
TextValue |
RandomValues.nextBasicMultilingualPlaneTextValue() |
TextValue |
RandomValues.nextTextValue() |
TextValue |
RandomValues.nextTextValue(int minLength,
int maxLength) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrinter.writeRelationship(String relId,
String startNodeId,
String endNodeId,
TextValue type,
MapValue properties,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
abstract TextValue |
RelationshipValue.type() |
| Modifier and Type | Method and Description |
|---|---|
static RelationshipValue |
VirtualValues.relationshipValue(String id,
NodeValue startNode,
NodeValue endNode,
TextValue type,
MapValue properties) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.