序列化表格
-
程序包 cn.herodotus.stirrup.web.core.definition.dto
-
类 cn.herodotus.stirrup.web.core.definition.dto.BaseDto
class BaseDto extends cn.herodotus.stirrup.core.definition.domain.base.AbstractDto implements Serializable-
序列化字段
-
ranking
Integer ranking
-
-
-
类 cn.herodotus.stirrup.web.core.definition.dto.Pager
class Pager extends Sorter implements Serializable-
序列化字段
-
pageNumber
@NotNull(message="\u9875\u7801\u4e0d\u80fd\u4e3a\u7a7a") @Min(value=0L,message="\u9875\u7801\u4e0d\u80fd\u4e3a\u8d1f") Integer pageNumber
-
pageSize
@NotNull(message="\u6bcf\u9875\u6761\u6570\u4e0d\u80fd\u4e3a\u7a7a") @Min(value=1L,message="\u6bcf\u9875\u6761\u6570\u81f3\u5c11\u4e3a1\u6761") @Max(value=1000L,message="\u6bcf\u9875\u6761\u6570\u4e0d\u80fd\u8d85\u8fc71000") Integer pageSize
-
-
-
类 cn.herodotus.stirrup.web.core.definition.dto.Sorter
class Sorter extends cn.herodotus.stirrup.core.definition.domain.base.AbstractDto implements Serializable-
序列化字段
-
direction
@EnumeratedValue(names={"ASC","DESC"},message="\u6392\u5e8f\u65b9\u5f0f\u7684\u503c\u53ea\u80fd\u662f\u5927\u5199 ASC \u6216\u8005 DESC") String direction
-
properties
String[] properties
-
-
-
-
程序包 cn.herodotus.stirrup.web.core.exception
-
异常错误类 cn.herodotus.stirrup.web.core.exception.FeignDecodeIOException
class FeignDecodeIOException extends cn.herodotus.stirrup.core.definition.exception.PlatformRuntimeException implements Serializable -
异常错误类 cn.herodotus.stirrup.web.core.exception.FrequentRequestsException
class FrequentRequestsException extends IllegalOperationException implements Serializable -
异常错误类 cn.herodotus.stirrup.web.core.exception.IllegalOperationException
class IllegalOperationException extends cn.herodotus.stirrup.core.definition.exception.PlatformRuntimeException implements Serializable -
异常错误类 cn.herodotus.stirrup.web.core.exception.RepeatSubmissionException
class RepeatSubmissionException extends IllegalOperationException implements Serializable -
异常错误类 cn.herodotus.stirrup.web.core.exception.SessionInvalidException
class SessionInvalidException extends cn.herodotus.stirrup.core.definition.exception.PlatformRuntimeException implements Serializable
-