public class TsonDateImpl extends AbstractTemporalTsonElement implements TsonDate
| Constructor and Description |
|---|
TsonDateImpl(LocalDate value) |
TsonDateImpl(String value) |
| Modifier and Type | Method and Description |
|---|---|
TsonElement |
build() |
TsonPrimitiveBuilder |
builder() |
protected int |
compareCore(TsonElement o) |
int |
compareTo(TsonElement o) |
Instant |
dateTimeValue() |
LocalDate |
dateValue() |
boolean |
equals(Object o) |
int |
hashCode() |
Temporal |
temporalValue() |
LocalTime |
time() |
TsonDate |
toDate() |
TsonDateTime |
toDateTime() |
TsonString |
toStr() |
TsonTime |
toTime() |
LocalDate |
value() |
throwNonPrimitive, throwPrimitive, visitannotations, annotationsCount, booleanObject, booleanValue, byteObject, byteValue, charObject, charValue, comments, doubleObject, doubleValue, floatObject, floatValue, getBigDecimal, getBigInteger, intObject, intValue, isNull, longObject, longValue, numberValue, regexValue, shortObject, shortValue, stringValue, toAlias, toBigComplex, toBigDecimal, toBigInt, toBinaryStream, toBinOp, toBoolean, toByte, toChar, toCharStream, toCustom, toDouble, toDoubleComplex, toFloat, toFloatComplex, toFunction, toInt, toLong, toMatrix, toName, toNumber, toObject, toPair, toRegex, toShort, toUplet, type, visitisAnyString, isArray, isBoolean, isComplexNumber, isContainer, isFloatingNumber, isFunction, isName, isNamedArray, isNamedObject, isNumber, isObject, isOrdinalNumber, isPair, isPrimitive, isSimple, isSimplePair, isString, isTemporal, isUplet, toArray, toContainer, toString, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotations, annotationsCount, booleanObject, booleanValue, byteObject, byteValue, charObject, charValue, comments, doubleObject, doubleValue, floatObject, floatValue, getBigDecimal, getBigInteger, intObject, intValue, isAnyString, isArray, isBoolean, isComplexNumber, isContainer, isFloatingNumber, isFunction, isName, isNamedArray, isNamedObject, isNull, isNumber, isObject, isOrdinalNumber, isPair, isPrimitive, isSimple, isSimplePair, isString, isTemporal, isUplet, longObject, longValue, numberValue, of, regexValue, shortObject, shortValue, stringValue, toAlias, toArray, toBigComplex, toBigDecimal, toBigInt, toBinaryStream, toBinOp, toBoolean, toByte, toChar, toCharStream, toContainer, toCustom, toDouble, toDoubleComplex, toFloat, toFloatComplex, toFunction, toInt, toLong, toMatrix, toName, toNumber, toObject, toPair, toRegex, toShort, toUplet, visit, visittoString, toString, toString, typepublic TsonDateImpl(LocalDate value)
public TsonDateImpl(String value)
public Temporal temporalValue()
temporalValue in interface TsonElementtemporalValue in class AbstractTsonElementpublic TsonElement build()
build in interface TsonElementbuild in interface TsonElementBasepublic TsonString toStr()
toStr in interface TsonElementtoStr in class AbstractTemporalTsonElementpublic TsonTime toTime()
toTime in interface TsonElementtoTime in class AbstractTsonElementpublic TsonDateTime toDateTime()
toDateTime in interface TsonElementtoDateTime in class AbstractTsonElementpublic LocalDate dateValue()
dateValue in interface TsonElementdateValue in class AbstractTsonElementpublic LocalTime time()
time in interface TsonElementtime in class AbstractTsonElementpublic Instant dateTimeValue()
dateTimeValue in interface TsonElementdateTimeValue in class AbstractTsonElementpublic TsonDate toDate()
toDate in interface TsonElementtoDate in class AbstractTsonElementpublic boolean equals(Object o)
equals in class AbstractTsonElementpublic int hashCode()
hashCode in class AbstractTsonElementpublic TsonPrimitiveBuilder builder()
builder in interface TsonDatebuilder in interface TsonElementprotected int compareCore(TsonElement o)
compareCore in class AbstractTsonElementpublic int compareTo(TsonElement o)
compareTo in interface Comparable<TsonElement>compareTo in class AbstractTsonElementCopyright © 2025 vpc open source initiative. All rights reserved.