Skip to content

Conversation

@aarsilv
Copy link
Contributor

@aarsilv aarsilv commented Dec 10, 2025

📚Assignment Details Stacked Pull Requests📚

☑️ AssignmentDetails return object and supporting classes (#175)
☑️ Parse more UFC metadata (#176)
☑️ Ingest details part of shared test cases (#177)
☑️ FlagEvaluator computes details (#183)
👉 Ability to unwrap EppoValue to a given type (#184)
🔲 Public assignment details methods (#181)
🔲 Bandit details (#182)

Eppo Internal
🎟️ Ticket: FFESUPPORT-378 - Implement assignment details for common Java core

Motivation and Context

We want to bring detailed assignment capabilities (e.g., get<Type>Details()) to Android and Java SDKs.

Description

The generic AssignmentDetails returned includes the (template typed) variation value. To spare upstream callers from having to unbox/cast, we add a new method for EppoValues that unwrap to Boolean, Integer, Double, String, and JsonNode. We will do this before returning the details.

How has this been documented?

Documentation will be updated for the upstream SDKs once this is incorporated into them

How has this been tested?

This is tested in EppoValueTest.

@aarsilv aarsilv changed the base branch from main to aarsilv/ffesupport-378/part4-detailsin-evaluator December 10, 2025 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants