Uses of Class
jsonvalues.JsInstant
-
Packages that use JsInstant Package Description jsonvalues json-values is a one-package and zero-dependency library to work with jsons in a declarative and functional way. -
-
Uses of JsInstant in jsonvalues
Methods in jsonvalues that return JsInstant Modifier and Type Method Description JsInstant
JsInstant. map(java.util.function.Function<java.time.Instant,java.time.Instant> fn)
static JsInstant
JsInstant. of(java.time.Instant instant)
default JsInstant
JsValue. toJsInstant()
Returns this JsValue as a JsInstantMethods in jsonvalues with parameters of type JsInstant Modifier and Type Method Description int
JsInstant. compareTo(JsInstant o)
-