Package dk.mada.jaxrs.openapi
Class TypeUnknownAtParseTime
java.lang.Object
dk.mada.jaxrs.openapi.TypeUnknownAtParseTime
- All Implemented Interfaces:
Type
Special type for marking types unknown at parse time. In the Reference, these are identified only by their TypeName
instead.
-
Method Summary
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, isPlainObject, isPrimitive, isPrimitive, isTime, isUUID, isValidation, isVoid, neededImports, wrapperTypeName
-
Method Details