Defines object processing between deserialization and payload emission. Can be used to provide object sanitization logic per kind.

Hierarchy

  • ObjProcessors

Indexable

[kind: string]: ((object) => any)
    • (object): any
    • Parameters

      • object: any

      Returns any

Generated using TypeDoc