| 接口 | 说明 |
|---|---|
| CodeMsg |
The code and message for
Result |
| RemovableTypedKeyValue<K,V> |
Removable typed dictionary key-value
|
| RemovableTypedMap<K,V> |
Removable typed for
Map |
| TypedKeyValue<K,V> |
Get the value with typed for dictionary key-value
|
| TypedMap<K,V> |
Get the value with typed for
Map |
| 类 | 说明 |
|---|---|
| AbstractDataConverter<S,T> |
Converts model object to the data transfer object
|
| BaseEntity |
Base class for Persistent Object(PO or DO)
|
| BaseEntity.All<N,U> |
Base entity with biz-no, creator and updater filed
|
| BaseEntity.Creator<U> |
Base entity with creator filed
|
| BaseEntity.Number<N> |
Base entity with biz-no filed
|
| BaseEntity.Updater<U> |
Base entity with creator and updater filed
|
| Form |
表单
|
| Form.Parameter | |
| MapDataConverter<S> |
Converts model object to map, specified source fields
|
| Null |
The
Null class is representing unable instance object |
| Page<T> |
参考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 |
分页解析器
|
| PageBoundsResolver.PageBounds |
分页对象
|
| PageHandler |
分页参数处理类
基于github上的mybatis分页工具
https://github.com/pagehelper/Mybatis-PageHelper/blob/master/wikis/zh/HowToUse.md
|
| PageParameter |
分页请求参数封装类(不能继承Map,否则会被内置Map解析器优先处理)
|
| PaginationHtmlBuilder |
Pagination html builder
|
| Result<T> |
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<T> |
Search after
|
| SortField |
SortOrder and Field
|
| ToJsonString |
Override
Object#toString() method, implemented to json string. |
| TypedHashMap<K,V> |
Typed
HashMap with pre-defined get methods |
| TypedLinkedHashMap<K,V> |
Typed
LinkedHashMap with pre-defined get methods |
| TypedLinkedMultiValueMap<K,V> |
Typed
LinkedMultiValueMap with pre-defined get methods |
| TypedMapWrapper<K,V> |
Wrapped the
Map for with gets typed value trait |
| TypedParameter |
通用Map请求参数类(不继承Map是为了阻断被内置的Map解析器先一步处理)
|
| 枚举 | 说明 |
|---|---|
| CodeMsg.SystemExit |
中止当前运行的Java虚拟机,返回值给调用方(如bash)
0正常退出;非0异常退出;
|
| Form.Type | |
| SortOrder |
Query Order by
|
| SortOrder.NullHandling |
Copyright © 2023. All rights reserved.