Class AuxiliaryLinkMetadataWriter

A MetadataWriter that takes a specific auxiliaryStrategy and relation type as input and creates a Link header with the strategy identifier and the relation type as "rel" value.

Hierarchy

Constructors

Properties

auxiliaryStrategy: AuxiliaryStrategy
logger: Logger = ...
relationType: string
specificStrategy: AuxiliaryStrategy

Methods

  • Checks if the input can be handled by this class. If it cannot handle the input, rejects with an error explaining why.

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.