Uses of Interface
cn.vertxup.rbac.domain.tables.interfaces.IOAccessToken
-
Packages that use IOAccessToken Package Description cn.vertxup.rbac.domain.tables.interfaces cn.vertxup.rbac.domain.tables.pojos cn.vertxup.rbac.domain.tables.records -
-
Uses of IOAccessToken in cn.vertxup.rbac.domain.tables.interfaces
Methods in cn.vertxup.rbac.domain.tables.interfaces with type parameters of type IOAccessToken Modifier and Type Method Description <E extends IOAccessToken>
EIOAccessToken. into(E into)Copy data into another generated Record/POJO implementing the common interface IOAccessTokenMethods in cn.vertxup.rbac.domain.tables.interfaces that return IOAccessToken Modifier and Type Method Description default IOAccessTokenIOAccessToken. fromJson(io.vertx.core.json.JsonObject json)IOAccessTokenIOAccessToken. setActive(Boolean value)Setter forDB_ETERNAL.O_ACCESS_TOKEN.ACTIVE.IOAccessTokenIOAccessToken. setAuth(byte[] value)Setter forDB_ETERNAL.O_ACCESS_TOKEN.AUTH.IOAccessTokenIOAccessToken. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.O_ACCESS_TOKEN.CREATED_AT.IOAccessTokenIOAccessToken. setCreatedBy(String value)Setter forDB_ETERNAL.O_ACCESS_TOKEN.CREATED_BY.IOAccessTokenIOAccessToken. setExpiredTime(Long value)Setter forDB_ETERNAL.O_ACCESS_TOKEN.EXPIRED_TIME.IOAccessTokenIOAccessToken. setKey(String value)Setter forDB_ETERNAL.O_ACCESS_TOKEN.KEY.IOAccessTokenIOAccessToken. setLanguage(String value)Setter forDB_ETERNAL.O_ACCESS_TOKEN.LANGUAGE.IOAccessTokenIOAccessToken. setMetadata(String value)Setter forDB_ETERNAL.O_ACCESS_TOKEN.METADATA.IOAccessTokenIOAccessToken. setRefreshToken(byte[] value)Setter forDB_ETERNAL.O_ACCESS_TOKEN.REFRESH_TOKEN.IOAccessTokenIOAccessToken. setToken(byte[] value)Setter forDB_ETERNAL.O_ACCESS_TOKEN.TOKEN.Methods in cn.vertxup.rbac.domain.tables.interfaces with parameters of type IOAccessToken Modifier and Type Method Description voidIOAccessToken. from(IOAccessToken from)Load data from another generated Record/POJO implementing the common interface IOAccessToken -
Uses of IOAccessToken in cn.vertxup.rbac.domain.tables.pojos
Classes in cn.vertxup.rbac.domain.tables.pojos that implement IOAccessToken Modifier and Type Class Description classOAccessTokenThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.pojos with type parameters of type IOAccessToken Modifier and Type Method Description <E extends IOAccessToken>
EOAccessToken. into(E into)Methods in cn.vertxup.rbac.domain.tables.pojos with parameters of type IOAccessToken Modifier and Type Method Description voidOAccessToken. from(IOAccessToken from)Constructors in cn.vertxup.rbac.domain.tables.pojos with parameters of type IOAccessToken Constructor Description OAccessToken(IOAccessToken value) -
Uses of IOAccessToken in cn.vertxup.rbac.domain.tables.records
Classes in cn.vertxup.rbac.domain.tables.records that implement IOAccessToken Modifier and Type Class Description classOAccessTokenRecordThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.records with type parameters of type IOAccessToken Modifier and Type Method Description <E extends IOAccessToken>
EOAccessTokenRecord. into(E into)Methods in cn.vertxup.rbac.domain.tables.records with parameters of type IOAccessToken Modifier and Type Method Description voidOAccessTokenRecord. from(IOAccessToken from)
-