Class PojoConstructorAdapters
Methods
Static
pojoConstructor
- pojoConstructor<SrcType, DstType>(cfg: {
dst: DstType;
src: SrcType;
}): PojoConstructorAdapterFunction<SrcType, DstType>
-
Type Parameters
-
SrcType extends PojoConstructorAdapterSrc
-
DstType extends PojoConstructorAdapterDst
Parameters
-
cfg: {
dst: DstType;
src: SrcType;
}
-
dst: DstType
-
src: SrcType
Returns PojoConstructorAdapterFunction<SrcType, DstType>
Static
prop
- prop<SrcType, DstType>(cfg: {
dst: DstType;
src: SrcType;
}): PropAdapterFunction<SrcType, DstType>
-
Type Parameters
-
SrcType extends PojoConstructorAdapterSrc
-
DstType extends PojoConstructorAdapterDst
Parameters
-
cfg: {
dst: DstType;
src: SrcType;
}
-
dst: DstType
-
src: SrcType
Returns PropAdapterFunction<SrcType, DstType>
Static
props
- props<SrcType, DstType>(cfg: {
dst: DstType;
src: SrcType;
}): PropsAdapterFunction<SrcType, DstType>
-
Type Parameters
-
SrcType extends PojoConstructorAdapterSrc
-
DstType extends PojoConstructorAdapterDst
Parameters
-
cfg: {
dst: DstType;
src: SrcType;
}
-
dst: DstType
-
src: SrcType
Returns PropsAdapterFunction<SrcType, DstType>
Static
proxy
- proxy<SrcType, DstType>(cfg: {
dst: DstType;
src: SrcType;
}): ProxyAdapterFunction<SrcType, DstType>
-
Type Parameters
-
SrcType extends PojoConstructorAdapterSrc
-
DstType extends PojoConstructorAdapterDst
Parameters
-
cfg: {
dst: DstType;
src: SrcType;
}
-
dst: DstType
-
src: SrcType
Returns ProxyAdapterFunction<SrcType, DstType>