Package com.graphdbapi.values.storable
Class CypherDate
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.storable.CypherValue
-
- com.graphdbapi.values.storable.CypherDate
-
public final class CypherDate extends CypherValue
Driver传输Date类型的对象。
-
-
Field Summary
Fields Modifier and Type Field Description static CypherDate
MAX_VALUE
static CypherDate
MIN_VALUE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDate
asObjectCopy()
static CypherDate
date(LocalDate value)
-
-
-
Field Detail
-
MIN_VALUE
public static final CypherDate MIN_VALUE
-
MAX_VALUE
public static final CypherDate MAX_VALUE
-
-
Method Detail
-
date
public static CypherDate date(LocalDate value)
-
asObjectCopy
public final LocalDate asObjectCopy()
- Specified by:
asObjectCopy
in classCypherValue
-
-