Sensibill Rest API
/
com.getsensibill.rest.generated.infrastructure
/
LocalDateAdapter
Local
Date
Adapter
class
LocalDateAdapter
(formatter:
DateTimeFormatter
) :
TypeAdapter
<
LocalDate
>
Content copied to clipboard
Functions
Functions
fromJson
Link copied to clipboard
fun
fromJson
(p0:
Reader
):
LocalDate
Content copied to clipboard
fun
fromJson
(p0:
String
):
LocalDate
Content copied to clipboard
fromJsonTree
Link copied to clipboard
fun
fromJsonTree
(p0:
JsonElement
):
LocalDate
Content copied to clipboard
nullSafe
Link copied to clipboard
fun
nullSafe
():
TypeAdapter
<
LocalDate
>
Content copied to clipboard
read
Link copied to clipboard
open override fun
read
(out:
JsonReader
?):
LocalDate
?
Content copied to clipboard
toJson
Link copied to clipboard
fun
toJson
(p0:
LocalDate
):
String
Content copied to clipboard
fun
toJson
(p0:
Writer
, p1:
LocalDate
)
Content copied to clipboard
toJsonTree
Link copied to clipboard
fun
toJsonTree
(p0:
LocalDate
):
JsonElement
Content copied to clipboard
write
Link copied to clipboard
open override fun
write
(out:
JsonWriter
?, value:
LocalDate
?)
Content copied to clipboard