Class CypherValues


  • public final class CypherValues
    extends java.lang.Object
    工具类。将基础数据类型转成Driver传输对象。
    • Field Detail

      • EMPTY_STRING

        public static final CypherText EMPTY_STRING
    • Constructor Detail

      • CypherValues

        public CypherValues()
    • Method Detail

      • intValue

        public static CypherInt intValue​(int value)
      • longValue

        public static CypherLong longValue​(long value)
      • byteValue

        public static CypherByte byteValue​(byte value)
      • shortValue

        public static CypherShort shortValue​(short value)
      • booleanValue

        public static CypherBoolean booleanValue​(boolean value)
      • charValue

        public static CypherChar charValue​(char value)
      • doubleValue

        public static CypherDouble doubleValue​(double value)
      • floatValue

        public static CypherFloat floatValue​(float value)
      • numberValue

        public static CypherNumber numberValue​(java.lang.Number number)
      • stringValue

        public static CypherText stringValue​(java.lang.String value)
      • stringArray

        public static CypherTextArray stringArray​(java.lang.String... value)
      • bigDecimalValue

        public static CypherBigDecimal bigDecimalValue​(java.math.BigDecimal value)