| Package | Description |
|---|---|
| dev.openfeature.sdk |
| Modifier and Type | Method and Description |
|---|---|
static FlagValueType |
FlagValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlagValueType[] |
FlagValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> HookContext<T> |
HookContext.from(String key,
FlagValueType type,
Metadata clientMetadata,
Metadata providerMetadata,
EvaluationContext ctx,
T defaultValue)
Builds a
HookContext instances from request data. |
default boolean |
DoubleHook.supportsFlagValueType(FlagValueType flagValueType) |
default boolean |
StringHook.supportsFlagValueType(FlagValueType flagValueType) |
default boolean |
Hook.supportsFlagValueType(FlagValueType flagValueType) |
default boolean |
BooleanHook.supportsFlagValueType(FlagValueType flagValueType) |
default boolean |
IntegerHook.supportsFlagValueType(FlagValueType flagValueType) |
Copyright © 2023. All rights reserved.