public class TsonDateTimeImpl extends AbstractTemporalTsonElement implements TsonDateTime
| Constructor and Description |
|---|
TsonDateTimeImpl(Instant value) |
TsonDateTimeImpl(String value) |
| Modifier and Type | Method and Description |
|---|---|
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() |
Instant |
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, build, 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 TsonDateTimeImpl(Instant value)
public TsonDateTimeImpl(String value)
public TsonString toStr()
toStr in interface TsonElementtoStr in class AbstractTemporalTsonElementpublic Temporal temporalValue()
temporalValue in interface TsonElementtemporalValue in class AbstractTsonElementpublic TsonDateTime toDateTime()
toDateTime in interface TsonElementtoDateTime in class AbstractTsonElementpublic Instant dateTimeValue()
dateTimeValue in interface TsonElementdateTimeValue in class AbstractTsonElementpublic TsonTime toTime()
toTime in interface TsonElementtoTime in class AbstractTsonElementpublic LocalDate dateValue()
dateValue in interface TsonElementdateValue in class AbstractTsonElementpublic LocalTime time()
time in interface TsonElementtime in class AbstractTsonElementpublic TsonDate toDate()
toDate in interface TsonElementtoDate in class AbstractTsonElementpublic Instant value()
value in interface TsonDateTimepublic boolean equals(Object o)
equals in class AbstractTsonElementpublic int hashCode()
hashCode in class AbstractTsonElementpublic TsonPrimitiveBuilder builder()
builder in interface TsonDateTimebuilder 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.