RSDSectionStepResourceTransformer
public protocol RSDSectionStepResourceTransformer : RSDSectionStepTransformer, RSDResourceTransformer
RSDSectionStepResourceTransformer
is an implementation of a RSDSectionStepTransformer
that uses
a RSDResourceTransformer
to support transforming the section from one resource for inclusion
in another task defined using a different resource.
-
transformSteps(with:)
Extension methodFetch the steps for this section.
Declaration
Swift
public func transformSteps(with factory: RSDFactory) throws -> [RSDStep]
Parameters
factory
The factory to use for creating the task and steps.
Return Value
The steps for this section.