Package dk.mada.jaxrs.model.types
Interface Reference
- All Superinterfaces:
Type
- All Known Subinterfaces:
ParserTypeRef
,TypeReference
A reference to a type with validation requirements.
The validation requirements apply for this particular reference (think of it as requirements that apply to the
parameter/property that references the type).
-
Method Summary
Modifier and TypeMethodDescriptionrefType()
Returns the referenced type.Validation information that applies to this particular reference of the type.Methods inherited from interface dk.mada.jaxrs.model.types.Type
isBigDecimal, isContainer, isDate, isDateTime, isDto, isEnum, isPlainObject, isPrimitive, isPrimitive, isTime, isUUID, isValidation, isVoid, neededImports, typeName, wrapperTypeName
-
Method Details
-
validation
Validation validation()Validation information that applies to this particular reference of the type.- Returns:
- the validation information.
-
refType
Type refType()Returns the referenced type.- Returns:
- the referenced type
-