@ForUseOnly public interface JsonDateValue extends JsonStringValue
CAUTION:
This class is still in development and may change drastically without any further notice.JsonStringValue
Modifier and Type | Method and Description |
---|---|
static JsonDateValue |
of(Date date)
Returns a new
json element wrapping the given date . |
of, of, ofNullable
getValue
@NotNull static JsonDateValue of(@NotNull Date date)
json element
wrapping the given date
.date
- the date
to wrap (must not be null
)json element
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210