Serialized Form
-
Package io.rocketbase.commons.dto
-
Class io.rocketbase.commons.dto.PageableResult extends Object implements Serializable
-
Serialized Fields
-
content
List<E> content
content of current page. count of elements is less or equals pageSize (depends on totalElements and page/pageSize) -
page
int page
current page (starts by 0) -
pageSize
int pageSize
maximum size of content list -
totalElements
long totalElements
total count of values in database -
totalPages
int totalPages
count of pages in total with given pageSize
-
-
-
-
Package io.rocketbase.commons.dto.address
-
Class io.rocketbase.commons.dto.address.AddressDto extends Object implements Serializable
-
Serialized Fields
-
addressLineOne
@Size(max=40) String addressLineOne
first address line -
addressLineTwo
@Size(max=40) String addressLineTwo
second address line (optional) -
city
@Size(max=50) String city
-
countryCode
@Size(max=2) String countryCode
-
postalCode
@Size(max=10) String postalCode
-
state
@Size(max=50) String state
-
-
-
Class io.rocketbase.commons.dto.address.ContactDto extends Object implements Serializable
-
Serialized Fields
-
-
-
Package io.rocketbase.commons.exception
-
Class io.rocketbase.commons.exception.BadRequestException extends RuntimeException implements Serializable
-
Serialized Fields
-
errorResponse
ErrorResponse errorResponse
-
-
-
Class io.rocketbase.commons.exception.InsufficientPrivilegesException extends RuntimeException implements Serializable
-
Serialized Fields
-
errorResponse
ErrorResponse errorResponse
-
-
-
Class io.rocketbase.commons.exception.NotFoundException extends RuntimeException implements Serializable
-
Serialized Fields
-
errorResponse
ErrorResponse errorResponse
-
-
-
Class io.rocketbase.commons.exception.ObfuscatedDecodeException extends RuntimeException implements Serializable
-
-
Package io.rocketbase.commons.translation
-
Class io.rocketbase.commons.translation.Translation extends Object implements Serializable
-