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 JsInstantJsInstant. map(java.util.function.Function<java.time.Instant,java.time.Instant> fn)static JsInstantJsInstant. of(java.time.Instant instant)default JsInstantJsValue. toJsInstant()Returns this JsValue as a JsInstantMethods in jsonvalues with parameters of type JsInstant Modifier and Type Method Description intJsInstant. compareTo(JsInstant o)
-