Uses of Class
com.flagsmith.flagengine.utils.models.BaseModel
| Package | Description |
|---|---|
| com.flagsmith.flagengine.features | |
| com.flagsmith.flagengine.utils.models |
-
Uses of BaseModel in com.flagsmith.flagengine.features
Subclasses of BaseModel in com.flagsmith.flagengine.features Modifier and Type Class Description classFeatureSegmentModel -
Uses of BaseModel in com.flagsmith.flagengine.utils.models
Methods in com.flagsmith.flagengine.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.