Class PojoConstructorAdapters

Hierarchy

  • PojoConstructorAdapters

Constructors

Methods

Constructors

Methods

  • Type Parameters

    • SrcType extends PojoConstructorAdapterSrc

    • DstType extends PojoConstructorAdapterDst

    Parameters

    • cfg: {
          dst: DstType;
          src: SrcType;
      }
      • dst: DstType
      • src: SrcType

    Returns PojoConstructorAdapterFunction<SrcType, DstType>

  • Type Parameters

    • SrcType extends PojoConstructorAdapterSrc

    • DstType extends PojoConstructorAdapterDst

    Parameters

    • cfg: {
          dst: DstType;
          src: SrcType;
      }
      • dst: DstType
      • src: SrcType

    Returns PropAdapterFunction<SrcType, DstType>

  • Type Parameters

    • SrcType extends PojoConstructorAdapterSrc

    • DstType extends PojoConstructorAdapterDst

    Parameters

    • cfg: {
          dst: DstType;
          src: SrcType;
      }
      • dst: DstType
      • src: SrcType

    Returns PropsAdapterFunction<SrcType, DstType>

  • Type Parameters

    • SrcType extends PojoConstructorAdapterSrc

    • DstType extends PojoConstructorAdapterDst

    Parameters

    • cfg: {
          dst: DstType;
          src: SrcType;
      }
      • dst: DstType
      • src: SrcType

    Returns ProxyAdapterFunction<SrcType, DstType>

Generated using TypeDoc