Uses of Annotation Interface
cloud.opencode.base.web.crypto.DecryptResult
Packages that use DecryptResult
-
Uses of DecryptResult in cloud.opencode.base.web.crypto
Methods in cloud.opencode.base.web.crypto with parameters of type DecryptResultModifier and TypeMethodDescription<T> Result<T> ResultEncryptionHandler.decrypt(EncryptedResult encrypted, TypeReference<T> typeReference, DecryptResult annotation) Decrypt an EncryptedResult with TypeReference using annotation configuration 使用注解配置和 TypeReference 解密 EncryptedResult<T> Result<T> ResultEncryptionHandler.decrypt(EncryptedResult encrypted, Class<T> dataType, DecryptResult annotation) Decrypt an EncryptedResult using annotation configuration 使用注解配置解密 EncryptedResult