Annotation Interface ResourceRefDoc
Describes an embedded resource in a HAL response.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionOptional description for describing the embedded resource.Reference/URL to JSON schema.Class<?> Reference to domain object model which should be used to detect the corresponding JSON schema.
-
Element Details
-
value
String valueEmbedded resource name. -
jsonSchema
String jsonSchemaReference/URL to JSON schema.- Default:
""
-
model
Class<?> modelReference to domain object model which should be used to detect the corresponding JSON schema.- Default:
void.class
-
description
String descriptionOptional description for describing the embedded resource.- Default:
""
-