Uses of Class
cloud.opencode.base.feature.OpenFeature
Packages that use OpenFeature
Package
Description
-
Uses of OpenFeature in cloud.opencode.base.feature
Methods in cloud.opencode.base.feature that return OpenFeatureModifier and TypeMethodDescriptionstatic OpenFeatureOpenFeature.create(FeatureStore store) Create new instance with custom store (for testing or custom usage) 使用自定义存储创建新实例(用于测试或自定义用途)static OpenFeatureOpenFeature.getInstance()Get singleton instance 获取单例实例 -
Uses of OpenFeature in cloud.opencode.base.feature.proxy
Methods in cloud.opencode.base.feature.proxy with parameters of type OpenFeatureModifier and TypeMethodDescriptionstatic <T> TFeatureProxy.create(Class<T> interfaceType, T target, OpenFeature features) Create a feature-gated proxy with custom OpenFeature instance 使用自定义OpenFeature实例创建功能门控代理FeatureProxy.Builder.features(OpenFeature features) Set the OpenFeature instance 设置OpenFeature实例 -
Uses of OpenFeature in cloud.opencode.base.feature.security
Constructors in cloud.opencode.base.feature.security with parameters of type OpenFeatureModifierConstructorDescriptionSecureFeatureManager(OpenFeature features, Set<String> adminUsers, AuditLogger auditLogger) Create with custom OpenFeature instance 使用自定义OpenFeature实例创建 -
Uses of OpenFeature in cloud.opencode.base.feature.testing
Methods in cloud.opencode.base.feature.testing that return OpenFeatureModifier and TypeMethodDescriptionTestFeatureManager.getDelegate()Get the underlying OpenFeature delegate 获取底层OpenFeature委托