Toggle navigation
Home
org.neo4j.kernel.api.impl.schema.ValueEncoding.String to org.neo4j.values.storable.TextValue
No. of Instances - 20
No. of Commits - 3
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
random.string()
to
random.nextString()
uniqueCompareValues.add(candidate)
to
uniqueCompareValues.add(candidate.stringValue())
Values.stringValue(prefix)
to
prefix
Values.stringValue(prefix)
to
prefix
value.asObject()
to
(TextValue)value
Cascading Type Change (Similar)
String
to
TextValue