-
- All Implemented Interfaces:
-
dev.openfeature.sdk.EvaluationContext
,dev.openfeature.sdk.Structure
public final class ImmutableContext implements EvaluationContext
-
-
Constructor Summary
Constructors Constructor Description ImmutableContext(String targetingKey, Map<String, Value> attributes)
-
Method Summary
-
-
Method Detail
-
getTargetingKey
String getTargetingKey()
-
withTargetingKey
ImmutableContext withTargetingKey(String targetingKey)
-
asObjectMap
Map<String, Object> asObjectMap()
-
-
-
-