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 TypePlainObject
get()
Returns the type object representing a plain Object.boolean
Returns 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, wait
Methods 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:Type
Returns the type name. -
isPlainObject
public boolean isPlainObject()Description copied from interface:Type
Returns true if this type represents the plain object.- Specified by:
isPlainObject
in interfaceType
- Returns:
- true if this type represents the plain object
-
toString
-