|
| 1 | +public final class dev/openfeature/kotlin/contrib/providers/envvar/EnvVarProvider : dev/openfeature/sdk/FeatureProvider { |
| 2 | + public static final field Companion Ldev/openfeature/kotlin/contrib/providers/envvar/EnvVarProvider$Companion; |
| 3 | + public fun <init> ()V |
| 4 | + public fun <init> (Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentGateway;Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer;)V |
| 5 | + public synthetic fun <init> (Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentGateway;Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer;ILkotlin/jvm/internal/DefaultConstructorMarker;)V |
| 6 | + public fun getBooleanEvaluation (Ljava/lang/String;ZLdev/openfeature/sdk/EvaluationContext;)Ldev/openfeature/sdk/ProviderEvaluation; |
| 7 | + public fun getDoubleEvaluation (Ljava/lang/String;DLdev/openfeature/sdk/EvaluationContext;)Ldev/openfeature/sdk/ProviderEvaluation; |
| 8 | + public fun getHooks ()Ljava/util/List; |
| 9 | + public fun getIntegerEvaluation (Ljava/lang/String;ILdev/openfeature/sdk/EvaluationContext;)Ldev/openfeature/sdk/ProviderEvaluation; |
| 10 | + public fun getMetadata ()Ldev/openfeature/sdk/ProviderMetadata; |
| 11 | + public fun getObjectEvaluation (Ljava/lang/String;Ldev/openfeature/sdk/Value;Ldev/openfeature/sdk/EvaluationContext;)Ldev/openfeature/sdk/ProviderEvaluation; |
| 12 | + public fun getStringEvaluation (Ljava/lang/String;Ljava/lang/String;Ldev/openfeature/sdk/EvaluationContext;)Ldev/openfeature/sdk/ProviderEvaluation; |
| 13 | + public fun initialize (Ldev/openfeature/sdk/EvaluationContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; |
| 14 | + public fun observe ()Lkotlinx/coroutines/flow/Flow; |
| 15 | + public fun onContextSet (Ldev/openfeature/sdk/EvaluationContext;Ldev/openfeature/sdk/EvaluationContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; |
| 16 | + public fun shutdown ()V |
| 17 | + public fun track (Ljava/lang/String;Ldev/openfeature/sdk/EvaluationContext;Ldev/openfeature/sdk/TrackingEventDetails;)V |
| 18 | +} |
| 19 | + |
| 20 | +public final class dev/openfeature/kotlin/contrib/providers/envvar/EnvVarProvider$Companion { |
| 21 | +} |
| 22 | + |
| 23 | +public abstract interface class dev/openfeature/kotlin/contrib/providers/envvar/EnvironmentGateway { |
| 24 | + public abstract fun getEnvironmentVariable (Ljava/lang/String;)Ljava/lang/String; |
| 25 | +} |
| 26 | + |
| 27 | +public abstract interface class dev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer { |
| 28 | + public static final field Companion Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer$Companion; |
| 29 | + public abstract fun andThen (Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer;)Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer; |
| 30 | + public abstract fun transformKey (Ljava/lang/String;)Ljava/lang/String; |
| 31 | +} |
| 32 | + |
| 33 | +public final class dev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer$Companion { |
| 34 | + public final fun doNothing ()Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer; |
| 35 | + public final fun hyphenCaseToScreamingSnake ()Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer; |
| 36 | + public final fun replaceDotWithUnderscoreTransformer ()Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer; |
| 37 | + public final fun replaceUnderscoreWithDotTransformer ()Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer; |
| 38 | + public final fun toCamelCaseTransformer ()Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer; |
| 39 | + public final fun toLowerCaseTransformer ()Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer; |
| 40 | + public final fun toUpperCaseTransformer ()Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer; |
| 41 | +} |
| 42 | + |
| 43 | +public final class dev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer$DefaultImpls { |
| 44 | + public static fun andThen (Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer;Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer;)Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentKeyTransformer; |
| 45 | +} |
| 46 | + |
| 47 | +public final class dev/openfeature/kotlin/contrib/providers/envvar/PlatformSpecificEnvironmentGateway_jvmKt { |
| 48 | + public static final fun platformSpecificEnvironmentGateway ()Ldev/openfeature/kotlin/contrib/providers/envvar/EnvironmentGateway; |
| 49 | +} |
| 50 | + |
0 commit comments