| Package | Description |
|---|---|
| cn.vertxup.rbac.domain.tables.interfaces | |
| cn.vertxup.rbac.domain.tables.pojos | |
| cn.vertxup.rbac.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IOAccessToken> |
IOAccessToken.into(E into)
Copy data into another generated Record/POJO implementing the common interface IOAccessToken
|
| Modifier and Type | Method and Description |
|---|---|
default IOAccessToken |
IOAccessToken.fromJson(io.vertx.core.json.JsonObject json) |
IOAccessToken |
IOAccessToken.setActive(Boolean value)
Setter for
DB_ETERNAL.O_ACCESS_TOKEN.ACTIVE. |
IOAccessToken |
IOAccessToken.setAuth(byte... value)
Setter for
DB_ETERNAL.O_ACCESS_TOKEN.AUTH. |
IOAccessToken |
IOAccessToken.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.O_ACCESS_TOKEN.CREATED_AT. |
IOAccessToken |
IOAccessToken.setCreatedBy(String value)
Setter for
DB_ETERNAL.O_ACCESS_TOKEN.CREATED_BY. |
IOAccessToken |
IOAccessToken.setExpiredTime(Long value)
Setter for
DB_ETERNAL.O_ACCESS_TOKEN.EXPIRED_TIME. |
IOAccessToken |
IOAccessToken.setKey(String value)
Setter for
DB_ETERNAL.O_ACCESS_TOKEN.KEY. |
IOAccessToken |
IOAccessToken.setLanguage(String value)
Setter for
DB_ETERNAL.O_ACCESS_TOKEN.LANGUAGE. |
IOAccessToken |
IOAccessToken.setMetadata(String value)
Setter for
DB_ETERNAL.O_ACCESS_TOKEN.METADATA. |
IOAccessToken |
IOAccessToken.setRefreshToken(byte... value)
Setter for
DB_ETERNAL.O_ACCESS_TOKEN.REFRESH_TOKEN. |
IOAccessToken |
IOAccessToken.setToken(byte... value)
Setter for
DB_ETERNAL.O_ACCESS_TOKEN.TOKEN. |
| Modifier and Type | Method and Description |
|---|---|
void |
IOAccessToken.from(IOAccessToken from)
Load data from another generated Record/POJO implementing the common interface IOAccessToken
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAccessToken
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IOAccessToken> |
OAccessToken.into(E into)
Copy data into another generated Record/POJO implementing the common interface IOAccessToken
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAccessToken.from(IOAccessToken from)
Load data from another generated Record/POJO implementing the common interface IOAccessToken
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAccessTokenRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IOAccessToken> |
OAccessTokenRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IOAccessToken
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAccessTokenRecord.from(IOAccessToken from)
Load data from another generated Record/POJO implementing the common interface IOAccessToken
|
Copyright © 2021. All rights reserved.