used to track transformations to the request
merge an object with the context of this builder using the same logic as Object.assign
an object to merge with the current context
override the properties of a builder with the properties of this builder
the target of the property overrides
create a new instance of this builder type and set the properties from this builder
the name of the cloned builder
create a new builder with the transformations all inherited builders flattened into it
add a builder to the beginning of the transform chain instead of the end
a builder to add as a parent or a dynamic builder contstruction callback
add request and context transformations from another config builder
a builder with request or context transformations
create a new instance of this builder type
the name of the new builder
apply a functional transformation to the builder and return the result of the transformation
a transformation to apply to this
replace a builder in the _parents array with a different builder
the parent builder to be replaced
the builder to replace it with
construct a context object by applying a series of transformations to an initialValue
a starting value to use for the context transformations
construct a request object by applying a series of transformations to an initialValue
a context object used to resolve request transformations
the starting value to use for the request transformations
add a builder to the end of the transform chain
a builder to add as a parent or a dynamic builder contstruction callback
Generated using TypeDoc
used to track transformations to the context