An AuxiliaryIdentifierStrategy that combines multiple AuxiliaryIdentifierStrategies into one. Uses isAuxiliaryIdentifier to know which strategy to route to.

Hierarchy

Implements

Constructors

Properties

Methods

  • Returns the identifier of the auxiliary resource corresponding to the given resource. This does not guarantee that this auxiliary resource exists.

    Should error if there are multiple results: see getAuxiliaryIdentifiers.

    Returns

    The ResourceIdentifier of the corresponding auxiliary resource.

    Returns never

  • Checks if the input identifier corresponds to an auxiliary resource. This does not check if that auxiliary resource exists, only if the identifier indicates that there could be an auxiliary resource there.

    Returns

    true if the input identifier points to an auxiliary resource.

    Parameters

    Returns boolean