Uses of Annotation Interface
cloud.opencode.base.web.crypto.EncryptResult
Packages that use EncryptResult
-
Uses of EncryptResult in cloud.opencode.base.web.crypto
Methods in cloud.opencode.base.web.crypto with parameters of type EncryptResultModifier and TypeMethodDescription<T> EncryptedResultResultEncryptionHandler.encrypt(Result<T> result, EncryptResult annotation) Encrypt a Result using annotation configuration 使用注解配置加密 ResultbooleanResultEncryptionHandler.shouldEncrypt(EncryptResult annotation) Check if a Result should be encrypted based on annotation 根据注解判断 Result 是否需要加密