Package growthbook.sdk.java.remoteeval
Class RemoteEvalRequestBuilder
java.lang.Object
growthbook.sdk.java.remoteeval.RemoteEvalRequestBuilder
Builds the remote-eval request payload in the JS/Python SDK wire format.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic RequestBodyForRemoteEvalbuild(com.google.gson.JsonObject attributes, Map<String, Object> forcedFeatures, Map<String, Integer> forcedVariations, String url) static intnormalizeCacheSize(Integer cacheSize) static StringnormalizeUrl(String url) toForcedFeaturesPayload(Map<String, Object> forcedFeatures)
-
Field Details
-
DEFAULT_CACHE_SIZE
public static final int DEFAULT_CACHE_SIZE- See Also:
-
-
Method Details
-
build
-
toForcedFeaturesPayload
-
normalizeUrl
-
normalizeCacheSize
-