Interface SecretMapper


public interface SecretMapper
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SecretMapper
     
  • Method Summary

    Modifier and Type
    Method
    Description
    mapToCreSecretVO(dev.botcity.api.client.credential.Secret secret)
     
    dev.botcity.api.client.credential.Secret
     
  • Field Details

  • Method Details

    • mapToCreSecretVO

      SecretVO mapToCreSecretVO(dev.botcity.api.client.credential.Secret secret)
    • mapToSecret

      dev.botcity.api.client.credential.Secret mapToSecret(SecretVO secretVO)