A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
D
- DatabasesKt - class in ai.tock.shared
- DatesKt - class in ai.tock.shared
- debug(mu.KLogger,java.lang.Throwable) - function in ai.tock.shared.LoggersKt
- Logs a Throwable.
- decrypt(java.lang.String) - function in ai.tock.shared.security.EncryptorsKt
- Decrypt a string and return the result.
- defaultErrorHandler(java.lang.Integer) - function in ai.tock.shared.vertx.WebVerticle
- The error handler for match failures.
- defaultExcludedPaths(ai.tock.shared.vertx.WebVerticle) - function in ai.tock.shared.security.auth.TockAuthProvider
- defaultExcludedPaths(ai.tock.shared.vertx.WebVerticle) - function in ai.tock.shared.security.auth.TockAuthProvider
- defaultHealthcheck() - function in ai.tock.shared.vertx.WebVerticle
- Provide basic health information: mainly through HTTP status code
- defaultModules() - function in ai.tock.shared.service.BotAdditionalModulesService
- A default modules injected first
- DefaultMongoCredentialsProviderKt - class in ai.tock.shared.security.mongo
- defaultRole() - function in ai.tock.shared.vertx.WebVerticle
- The default role of a service.
- defaultRoles() - function in ai.tock.shared.vertx.WebVerticle
- The default roles of a service.
- deploymentID() - function in io.vertx.core.AbstractVerticle
- deregisterObfuscators() - function in ai.tock.shared.security.TockObfuscatorService
- Removes all current stringObfuscators.
- deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext) - function in com.fasterxml.jackson.databind.JsonDeserializer
- deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext,T) - function in com.fasterxml.jackson.databind.JsonDeserializer
- deserializeWithType(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext,com.fasterxml.jackson.databind.jsontype.TypeDeserializer) - function in com.fasterxml.jackson.databind.JsonDeserializer
- deserializeWithType(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext,com.fasterxml.jackson.databind.jsontype.TypeDeserializer,T) - function in com.fasterxml.jackson.databind.JsonDeserializer
- detailedHealthcheck(java.util.List,kotlin.jvm.functions.Function0) - function in ai.tock.shared.vertx.DetailedHealthcheckKt
- Return an HTTP handler which calls lambdas and construct the HTTP response
- detailedHealthcheck() - function in ai.tock.shared.vertx.WebVerticle
- Provide enhanced information: HTTP response has JSON body with health status of resources
- DetailedHealthcheckKt - class in ai.tock.shared.vertx
- DetailedHealthcheckResults - class in ai.tock.shared.vertx
- Used to construct JSON
- Dice - class in ai.tock.shared
- Manage random things.
- documentToPngByteArray(org.w3c.dom.Document) - function in ai.tock.shared.SvgToPngConverter