Package dk.mada.jaxrs.model.types
Class TypePlainObject
java.lang.Object
dk.mada.jaxrs.model.types.TypePlainObject
- All Implemented Interfaces:
Type
Special type for handing an object type - that maps to java's Object
-
Method Summary
Modifier and TypeMethodDescriptionstatic TypePlainObjectget()Returns the type object representing a plain Object.booleanReturns true if this type represents the plain object.toString()typeName()Returns the type name.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface dk.mada.jaxrs.model.types.Type
isBigDecimal, isContainer, isDate, isDateTime, isDto, isEnum, isPrimitive, isPrimitive, isTime, isUUID, isValidation, isVoid, neededImports, wrapperTypeName
-
Method Details
-
get
Returns the type object representing a plain Object.- Returns:
- the type object representing a plain Object
-
typeName
Description copied from interface:TypeReturns the type name. -
isPlainObject
public boolean isPlainObject()Description copied from interface:TypeReturns true if this type represents the plain object.- Specified by:
isPlainObjectin interfaceType- Returns:
- true if this type represents the plain object
-
toString
-