Class TypeDate
java.lang.Object
dk.mada.jaxrs.model.types.TypeDate
- All Implemented Interfaces:
Type
-
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Type
isBigDecimal, isContainer, isDateTime, isDto, isEnum, isPlainObject, isPrimitive, isPrimitive, isTime, isUUID, isValidation, isVoid, wrapperTypeName
-
Method Details
-
get
Returns the type object representing a date.- Returns:
- the type object representing a date
-
typeName
-
neededImports
Description copied from interface:TypeReturns the set of imports needed to use this type in a DTO.- Specified by:
neededImportsin interfaceType- Returns:
- the set of imports needed to use this type in a DTO
-
isDate
-