transformerDecoratorFactory is a utility function used to create Transformer type property decorators, used to transform the value of a property.
transformerDecoratorFactory
Transformer
The type of the class the decorator is applied to.
The type of the decorated property.
The name of the 'Transformer' type decorator.
The function to execute as part of the transformation process.
Optional
Optional configuration.
The property decorator function.
Use this factory function to design custom 'Transformer' type decorators tailored to specific data format requirements that are not supported by the library yet.
transformerDecoratorFactory
is a utility function used to createTransformer
type property decorators, used to transform the value of a property.