Class TypePlainObject
java.lang.Object
dk.mada.jaxrs.model.types.TypePlainObject
- All Implemented Interfaces:
Type
-
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface 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
-
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
-