Package dk.mada.jaxrs.model.types
Class TypeUUID
java.lang.Object
dk.mada.jaxrs.model.types.TypeUUID
- All Implemented Interfaces:
Type
Special type for handing UUID type.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dk.mada.jaxrs.model.types.Type
isBigDecimal, isContainer, isDate, isDateTime, isDto, isEnum, isPlainObject, isPrimitive, isPrimitive, isTime, isValidation, isVoid, wrapperTypeName
-
Method Details
-
get
Returns the type object representing a UUID.- Returns:
- the type object representing a UUID
-
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
-
typeName
Description copied from interface:TypeReturns the type name. -
isUUID
public boolean isUUID()Description copied from interface:TypeReturns true if this type represents UUID.
-