| 程序包 | 说明 |
|---|---|
| cn.ponfee.commons.collect | |
| cn.ponfee.commons.concurrent | |
| cn.ponfee.commons.dag | |
| cn.ponfee.commons.exception | |
| cn.ponfee.commons.log | |
| cn.ponfee.commons.model | |
| cn.ponfee.commons.schema.json | |
| cn.ponfee.commons.spring | |
| cn.ponfee.commons.tree | |
| cn.ponfee.commons.ws.adapter |
解决WebService输入与输出数据无法转换问题
1.当形参或返回值是String、基本数据类型时,CXF可以处理
2.当形参或返回值是JavaBean式的复合类型、List集合、数组时,CXF可以处理
3.当形参或返回值是一些如Map、非Javabean等复合类型时,CXF无法处理
若还无法转换,可在接口类(interface)上加注解:@XmlSeeAlso({ String[].class, Object[].class, Object[][].class, SomeBean[].class })
`@XmlJavaTypeAdapter(MarshalJsonAdapter.class)
|
| cn.ponfee.commons.ws.adapter.model |
model类
|
| 类和说明 |
|---|
| Page
参考guthub开源的mybatis分页工具
项目地址:
http://git.oschina.net/free/Mybatis_PageHelper
https://github.com/pagehelper/Mybatis-PageHelper
属性配置:
http://bbs.csdn.net/topics/360010907
Mapper插件:
https://github.com/abel533/Mapper
Spring Boot集成 MyBatis, 分页插件 PageHelper, 通用 Mapper
https://github.com/abel533/MyBatis-Spring-Boot
|
| Result
Representing the result-data structure
|
| ToJsonString
Override
Object#toString() method, implemented to json string. |
| 类和说明 |
|---|
| ToJsonString
Override
Object#toString() method, implemented to json string. |
| 类和说明 |
|---|
| ToJsonString
Override
Object#toString() method, implemented to json string. |
| 类和说明 |
|---|
| CodeMsg
The code and message for
Result |
| 类和说明 |
|---|
| ToJsonString
Override
Object#toString() method, implemented to json string. |
| 类和说明 |
|---|
| AbstractDataConverter
Converts model object to the data transfer object
|
| BaseEntity
Base class for Persistent Object(PO or DO)
|
| BaseEntity.Creator
Base entity with creator filed
|
| BaseEntity.Updater
Base entity with creator and updater filed
|
| CodeMsg
The code and message for
Result |
| CodeMsg.SystemExit
中止当前运行的Java虚拟机,返回值给调用方(如bash)
0正常退出;非0异常退出;
|
| Form.Parameter |
| Form.Type |
| Null
The
Null class is representing unable instance object |
| Page
参考guthub开源的mybatis分页工具
项目地址:
http://git.oschina.net/free/Mybatis_PageHelper
https://github.com/pagehelper/Mybatis-PageHelper
属性配置:
http://bbs.csdn.net/topics/360010907
Mapper插件:
https://github.com/abel533/Mapper
Spring Boot集成 MyBatis, 分页插件 PageHelper, 通用 Mapper
https://github.com/abel533/MyBatis-Spring-Boot
|
| PageBoundsResolver.PageBounds
分页对象
|
| PageHandler
分页参数处理类
基于github上的mybatis分页工具
https://github.com/pagehelper/Mybatis-PageHelper/blob/master/wikis/zh/HowToUse.md
|
| PageParameter
分页请求参数封装类(不能继承Map,否则会被内置Map解析器优先处理)
|
| PaginationHtmlBuilder
Pagination html builder
|
| RemovableTypedKeyValue
Removable typed dictionary key-value
|
| Result
Representing the result-data structure
|
| ResultCode
Http response code:
HttpURLConnection.HTTP_OK
100 => "HTTP/1.1 100 Continue",
101 => "HTTP/1.1 101 Switching Protocols",
200 => "HTTP/1.1 200 OK",
201 => "HTTP/1.1 201 Created",
202 => "HTTP/1.1 202 Accepted",
203 => "HTTP/1.1 203 Non-Authoritative Information",
204 => "HTTP/1.1 204 No Content",
205 => "HTTP/1.1 205 Reset Content",
206 => "HTTP/1.1 206 Partial Content",
300 => "HTTP/1.1 300 Multiple Choices",
301 => "HTTP/1.1 301 Moved Permanently",
302 => "HTTP/1.1 302 Found",
303 => "HTTP/1.1 303 See Other",
304 => "HTTP/1.1 304 Not Modified",
305 => "HTTP/1.1 305 Use Proxy",
307 => "HTTP/1.1 307 Temporary Redirect",
400 => "HTTP/1.1 400 Bad Request",
401 => "HTTP/1.1 401 Unauthorized",
402 => "HTTP/1.1 402 Payment Required",
403 => "HTTP/1.1 403 Forbidden",
404 => "HTTP/1.1 404 Not Found",
405 => "HTTP/1.1 405 Method Not Allowed",
406 => "HTTP/1.1 406 Not Acceptable",
407 => "HTTP/1.1 407 Proxy Authentication Required",
408 => "HTTP/1.1 408 Request Time-out",
409 => "HTTP/1.1 409 Conflict",
410 => "HTTP/1.1 410 Gone",
411 => "HTTP/1.1 411 Length Required",
412 => "HTTP/1.1 412 Precondition Failed",
413 => "HTTP/1.1 413 Request Entity Too Large",
414 => "HTTP/1.1 414 Request-URI Too Large",
415 => "HTTP/1.1 415 Unsupported Media Type",
416 => "HTTP/1.1 416 Requested range not satisfiable",
417 => "HTTP/1.1 417 Expectation Failed",
500 => "HTTP/1.1 500 Internal Server Error",
501 => "HTTP/1.1 501 Not Implemented",
502 => "HTTP/1.1 502 Bad Gateway",
503 => "HTTP/1.1 503 Service Unavailable",
504 => "HTTP/1.1 504 Gateway Time-out"
2开头-请求成功-表示成功处理了请求的状态代码。 |
| SearchAfter
Search after
|
| SortField
SortOrder and Field
|
| SortOrder
Query Order by
|
| SortOrder.NullHandling |
| ToJsonString
Override
Object#toString() method, implemented to json string. |
| TypedKeyValue
Get the value with typed for dictionary key-value
|
| TypedMap
Get the value with typed for
Map |
| TypedMapWrapper
Wrapped the
Map for with gets typed value trait |
| TypedParameter
通用Map请求参数类(不继承Map是为了阻断被内置的Map解析器先一步处理)
|
| 类和说明 |
|---|
| Null
The
Null class is representing unable instance object |
| ToJsonString
Override
Object#toString() method, implemented to json string. |
| 类和说明 |
|---|
| PageParameter
分页请求参数封装类(不能继承Map,否则会被内置Map解析器优先处理)
|
| TypedKeyValue
Get the value with typed for dictionary key-value
|
| TypedMap
Get the value with typed for
Map |
| TypedParameter
通用Map请求参数类(不继承Map是为了阻断被内置的Map解析器先一步处理)
|
| 类和说明 |
|---|
| ToJsonString
Override
Object#toString() method, implemented to json string. |
| 类和说明 |
|---|
| Page
参考guthub开源的mybatis分页工具
项目地址:
http://git.oschina.net/free/Mybatis_PageHelper
https://github.com/pagehelper/Mybatis-PageHelper
属性配置:
http://bbs.csdn.net/topics/360010907
Mapper插件:
https://github.com/abel533/Mapper
Spring Boot集成 MyBatis, 分页插件 PageHelper, 通用 Mapper
https://github.com/abel533/MyBatis-Spring-Boot
|
| Result
Representing the result-data structure
|
| 类和说明 |
|---|
| Page
参考guthub开源的mybatis分页工具
项目地址:
http://git.oschina.net/free/Mybatis_PageHelper
https://github.com/pagehelper/Mybatis-PageHelper
属性配置:
http://bbs.csdn.net/topics/360010907
Mapper插件:
https://github.com/abel533/Mapper
Spring Boot集成 MyBatis, 分页插件 PageHelper, 通用 Mapper
https://github.com/abel533/MyBatis-Spring-Boot
|
Copyright © 2023. All rights reserved.