C G I L P S T 
All Classes All Packages

C

com.launchdarkly.openfeature.serverprovider - package com.launchdarkly.openfeature.serverprovider
Main package for the LaunchDarkly OpenFeature provider for the Server-Side SDK for Java, containing the provider and configuration classes.

G

getBooleanEvaluation(String, Boolean, EvaluationContext) - Method in class com.launchdarkly.openfeature.serverprovider.Provider
 
getDoubleEvaluation(String, Double, EvaluationContext) - Method in class com.launchdarkly.openfeature.serverprovider.Provider
 
getIntegerEvaluation(String, Integer, EvaluationContext) - Method in class com.launchdarkly.openfeature.serverprovider.Provider
 
getLdClient() - Method in class com.launchdarkly.openfeature.serverprovider.Provider
Get the LaunchDarkly client associated with this provider.
getMetadata() - Method in class com.launchdarkly.openfeature.serverprovider.Provider
 
getObjectEvaluation(String, Value, EvaluationContext) - Method in class com.launchdarkly.openfeature.serverprovider.Provider
 
getState() - Method in class com.launchdarkly.openfeature.serverprovider.Provider
 
getStringEvaluation(String, String, EvaluationContext) - Method in class com.launchdarkly.openfeature.serverprovider.Provider
 

I

initialize(EvaluationContext) - Method in class com.launchdarkly.openfeature.serverprovider.Provider
 

L

LDValueConverter - Class in com.launchdarkly.openfeature.serverprovider
Provides methods for converting an LDValue into an OpenFeature Value.
LDValueConverter(LDLogger) - Constructor for class com.launchdarkly.openfeature.serverprovider.LDValueConverter
 

P

Provider - Class in com.launchdarkly.openfeature.serverprovider
An OpenFeature FeatureProvider which enables the use of the LaunchDarkly Server-Side SDK for Java with OpenFeature.
Provider(String) - Constructor for class com.launchdarkly.openfeature.serverprovider.Provider
Create a provider with the specified SDK and default configuration.
Provider(String, LDConfig) - Constructor for class com.launchdarkly.openfeature.serverprovider.Provider
Crate a provider with the specified SDK key and configuration.

S

shutdown() - Method in class com.launchdarkly.openfeature.serverprovider.Provider
 

T

toValue(LDValue) - Method in class com.launchdarkly.openfeature.serverprovider.LDValueConverter
 
C G I L P S T 
All Classes All Packages