Package dk.mada.jaxrs.model.types
Class TypeVoid
java.lang.Object
dk.mada.jaxrs.model.types.TypeVoid
- All Implemented Interfaces:
Type
Special type for handing void 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, isUUID, isValidation, neededImports, wrapperTypeName
-
Method Details
-
get
Returns the type object representing void.- Returns:
- the type object representing void
-
getRef
Returns the reference to void.- Returns:
- the reference to void
-
typeName
Description copied from interface:TypeReturns the type name. -
isVoid
public boolean isVoid()Description copied from interface:TypeReturns true if this type represents void.
-