java.lang.Object
org.neo4j.driver.internal.util.Format
- 
Method SummaryModifier and TypeMethodDescriptionstatic <V> StringformatPairs(Map<String, V> entries) static StringvalueOrEmpty(String value) Returns the submitted value if it is not null or an empty string if it is.
- 
Method Details- 
formatPairs
- 
valueOrEmptyReturns the submitted value if it is not null or an empty string if it is.
 
-