序列化表格
-
程序包 com.codingapi.springboot.framework.domain.event
-
类 com.codingapi.springboot.framework.domain.event.DomainChangeEvent
class DomainChangeEvent extends DomainEvent implements Serializable -
类 com.codingapi.springboot.framework.domain.event.DomainCreateEvent
class DomainCreateEvent extends DomainEvent implements Serializable -
类 com.codingapi.springboot.framework.domain.event.DomainDeleteEvent
class DomainDeleteEvent extends DomainEvent implements Serializable -
类 com.codingapi.springboot.framework.domain.event.DomainEvent
class DomainEvent extends Object implements Serializable -
类 com.codingapi.springboot.framework.domain.event.DomainPersistEvent
class DomainPersistEvent extends DomainEvent implements Serializable
-
-
程序包 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
-
pageSize
int pageSize
-
requestFilter
RequestFilter requestFilter
-
sort
org.springframework.data.domain.Sort sort
-
-
-
-
程序包 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
-
-
程序包 com.codingapi.springboot.framework.exception
-
异常错误类 com.codingapi.springboot.framework.exception.EventException
class EventException extends RuntimeException implements Serializable -
异常错误类 com.codingapi.springboot.framework.exception.EventLoopException
class EventLoopException extends RuntimeException implements Serializable -
异常错误类 com.codingapi.springboot.framework.exception.LocaleMessageException
class LocaleMessageException extends RuntimeException implements Serializable
-
-
程序包 com.codingapi.springboot.framework.serializable