Class: exports

exports()

Manages named additions to defined components.

exports()

Adds values to defined components by first attempting to match an existing value in the component.

exports()

Adds values to defined components by first attempting to match an existing value in the component.

exports(predicate)

Transformer to remove security schemes matching a given predicate.

Constructor

new exports(predicate)

Constructs a new RemoveSecuritySchemeIfTransformer with a given predicate.
Parameters:
Name Type Description
predicate function Predicate which returns true if the given Security Scheme should be removed and false otherwise.
Source: