Class NativeJavaGbFeatureRepository

java.lang.Object
growthbook.sdk.java.repository.NativeJavaGbFeatureRepository
All Implemented Interfaces:
IGBFeaturesRepository

public class NativeJavaGbFeatureRepository extends Object implements IGBFeaturesRepository
This class can be created with its `builder()` or constructor. It will fetch the features from the endpoint provided. Initialize with initialize() Get the features JSON with getFeaturesJson(). Get the savedGroups JSON with getSavedGroupsJson(). You would provide the features JSON when creating the GBContext