Skip to main content
Version: Next

ObjectHydrator

Hierarchy

Index

Constructors

constructor

Methods

hydrate

  • hydrate(entity, meta, data, factory, type, newEntity, convertCustomTypes, schema, parentSchema): void
  • @inheritDoc

    Parameters

    • entity: T
    • meta: EntityMetadata<T>
    • data: EntityData<T>
    • factory: EntityFactory
    • type: full | reference
    • newEntity: boolean = false
    • convertCustomTypes: boolean = false
    • optionalschema: string
    • optionalparentSchema: string

    Returns void

hydrateReference

  • hydrateReference(entity, meta, data, factory, convertCustomTypes, schema, parentSchema): void
  • @inheritDoc

    Parameters

    Returns void

inheritedisRunning

  • isRunning(): boolean
  • Returns boolean