Class TransformationUtil

java.lang.Object
growthbook.sdk.java.multiusermode.util.TransformationUtil

public class TransformationUtil extends Object
  • Constructor Details

    • TransformationUtil

      public TransformationUtil()
  • Method Details

    • transformFeatures

      public static com.google.gson.JsonObject transformFeatures(String featuresJsonString)
    • transformSavedGroups

      public static com.google.gson.JsonObject transformSavedGroups(String savedGroupsJsonString)
    • transformEncryptedFeatures

      public static com.google.gson.JsonObject transformEncryptedFeatures(@Nullable String featuresJson, @Nullable String encryptionKey)
    • transformAttributes

      public static com.google.gson.JsonObject transformAttributes(@Nullable String attributesJsonString)