Download the PHP package lvinkim/stdclass-adapter without Composer
On this page you can find all versions of the php package lvinkim/stdclass-adapter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package stdclass-adapter
stdclass-adapter
将一个标准类 stdClass 对象适配成自定义的 class 类对象
安装
应用场景
假设有 json 数据
通过 json_decode
方法能够获得一个 stdClass 类型的对像 $object
假如,有一个类 People 定义如下:
可以通过 StdClassAdapter
可完成由 $object
适配成 People
类型的对象 $people
备注说明
支持的 Json 注释有
- JsonArray,表示适配为基础类型的数组
- JsonBool,表示适配为 bool 类型
- JsonEmbedMany,表示适配为对象数组,需要指定 target 为要适配的类名
- JsonEmbedOne,表示适配为对象,需要指定 target 为要适配的类名
- JsonFloat,表示适配为 float 类型
- JsonInt,表示适配为 int 类型
- JsonRaw,表示适配为保持原来的类型
- JsonString,表示适配为 string 类型
All versions of stdclass-adapter with dependencies
PHP Build Version
Package Version
The package lvinkim/stdclass-adapter contains the following files
Loading the files please wait ....