Uses of Class
com.aquima.web.rest.v1.resource.NullableDate
Packages that use NullableDate
Package
Description
-
Uses of NullableDate in com.aquima.web.rest.v1.resource
Methods in com.aquima.web.rest.v1.resource with parameters of type NullableDate -
Uses of NullableDate in com.aquima.web.rest.v1.resource.impl
Methods in com.aquima.web.rest.v1.resource.impl that return NullableDateModifier and TypeMethodDescriptionCase.getCreationDate()
Task.getDueDate()
Task.getLastPriorityCheck()
Task.getStartDate()
Task.getTimeOutDate()
Methods in com.aquima.web.rest.v1.resource.impl with parameters of type NullableDateModifier and TypeMethodDescriptionvoid
Case.setCreationDate
(NullableDate creationDate) void
Task.setDueDate
(NullableDate dueDate) void
Task.setLastPriorityCheck
(NullableDate lastPriorityCheck) void
Task.setStartDate
(NullableDate startDate) void
Task.setTimeOutDate
(NullableDate timeOutDate) -
Uses of NullableDate in com.aquima.web.rest.v1.serializer
Methods in com.aquima.web.rest.v1.serializer that return NullableDateModifier and TypeMethodDescriptionJsonNullableDateDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in com.aquima.web.rest.v1.serializer with parameters of type NullableDateModifier and TypeMethodDescriptionvoid
JsonNullableDateSerializer.serialize
(NullableDate date, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)