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, wait
Methods 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:Type
Returns the type name. -
isVoid
public boolean isVoid()Description copied from interface:Type
Returns true if this type represents void.
-