Uses of Class
com.flagsmith.utils.models.BaseModel
-
Uses of BaseModel in com.flagsmith.flagengine.environments
Subclasses of BaseModel in com.flagsmith.flagengine.environments Modifier and Type Class Description classEnvironmentModel -
Uses of BaseModel in com.flagsmith.flagengine.features
Subclasses of BaseModel in com.flagsmith.flagengine.features Modifier and Type Class Description classFeatureStateModelclassMultivariateFeatureOptionModelclassMultivariateFeatureStateValueModel -
Uses of BaseModel in com.flagsmith.flagengine.identities
Subclasses of BaseModel in com.flagsmith.flagengine.identities Modifier and Type Class Description classIdentityModel -
Uses of BaseModel in com.flagsmith.flagengine.organisations
Subclasses of BaseModel in com.flagsmith.flagengine.organisations Modifier and Type Class Description classOrganisationModel -
Uses of BaseModel in com.flagsmith.flagengine.projects
Subclasses of BaseModel in com.flagsmith.flagengine.projects Modifier and Type Class Description classProjectModel -
Uses of BaseModel in com.flagsmith.flagengine.segments
Subclasses of BaseModel in com.flagsmith.flagengine.segments Modifier and Type Class Description classSegmentModel -
Uses of BaseModel in com.flagsmith.models
Subclasses of BaseModel in com.flagsmith.models Modifier and Type Class Description classBaseFlagclassDefaultFlagclassFlag -
Uses of BaseModel in com.flagsmith.utils.models
Methods in com.flagsmith.utils.models with type parameters of type BaseModel Modifier and Type Method Description static <T extends BaseModel>
TBaseModel. load(com.fasterxml.jackson.databind.JsonNode json, Class<T> clazz)Load the json node to object of class type T.