序列化表格
-
程序包 com.codingapi.springboot.framework.dto.request
-
类 com.codingapi.springboot.framework.dto.request.PageRequest
class PageRequest extends org.springframework.data.domain.PageRequest implements Serializable-
序列化字段
-
current
int current
-
pageRequest
org.springframework.data.domain.PageRequest pageRequest
-
pageSize
int pageSize
-
requestFilter
RequestFilter requestFilter
-
-
-
-
程序包 com.codingapi.springboot.framework.dto.response
-
类 com.codingapi.springboot.framework.dto.response.MapResponse
class MapResponse extends Response implements Serializable -
类 com.codingapi.springboot.framework.dto.response.MultiResponse
class MultiResponse extends Response implements Serializable-
序列化字段
-
data
MultiResponse.Content<T> data
-
-
-
类 com.codingapi.springboot.framework.dto.response.Response
class Response extends Object implements Serializable -
类 com.codingapi.springboot.framework.dto.response.SingleResponse
class SingleResponse extends Response implements Serializable-
序列化字段
-
data
T data
-
-
-
-
程序包 com.codingapi.springboot.framework.event
-
类 com.codingapi.springboot.framework.event.DomainEvent
class DomainEvent extends org.springframework.context.ApplicationEvent implements Serializable-
序列化字段
-
event
IEvent event
-
sync
boolean sync
同步或异步事件 true 同步 false 异步
-
-
-
-
程序包 com.codingapi.springboot.framework.exception
-
异常错误类 com.codingapi.springboot.framework.exception.LocaleMessageException
class LocaleMessageException extends RuntimeException implements Serializable
-
-
程序包 com.codingapi.springboot.framework.serializable