Skip to content

jin-frame / decorators/methods/handlers/getAllMethodMetaInherited / getAllRequestMetaInherited

Function: getAllRequestMetaInherited()

getAllRequestMetaInherited(ctor): object

Defined in: packages/jin-frame/src/decorators/methods/handlers/getAllMethodMetaInherited.ts:16

Parameters

ctor

AbstractConstructor<unknown> | Constructor<unknown>

Returns

object

authorizations

authorizations: readonly (AuthorizationData | undefined)[]

dedupes

dedupes: readonly boolean[]

methods

methods: readonly Readonly<{ option: Readonly<FrameOption>; }>[]

retries

retries: readonly FrameRetry[]

securities

securities: readonly (SecurityProvider | SecurityProvider[] | undefined)[]

timeouts

timeouts: readonly number[]

validators

validators: readonly object[]