Package dev.openfeature.sdk
Class ProviderEvaluation<T>
java.lang.Object
dev.openfeature.sdk.ProviderEvaluation<T>
- Type Parameters:
T
- the type of the flag being evaluated.
- All Implemented Interfaces:
BaseEvaluation<T>
Contains information about how the a flag was evaluated, including the resolved value.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.openfeature.sdk.BaseEvaluation
getErrorCode, getErrorMessage, getReason, getValue, getVariant
-
Constructor Details
-
ProviderEvaluation
public ProviderEvaluation()
-