Uses of Class
com.flagsmith.models.TraitModel
Packages that use TraitModel
-
Uses of TraitModel in com.flagsmith
Method parameters in com.flagsmith with type arguments of type TraitModelModifier and TypeMethodDescriptionFlagsmithApiWrapper.identifyUserWithTraits(String identifier, List<? extends TraitModel> traits, boolean isTransient, boolean doThrow) -
Uses of TraitModel in com.flagsmith.interfaces
Method parameters in com.flagsmith.interfaces with type arguments of type TraitModelModifier and TypeMethodDescriptionFlagsmithSdk.identifyUserWithTraits(String identifier, List<? extends TraitModel> traits, boolean isTransient, boolean doThrow) -
Uses of TraitModel in com.flagsmith.models
Subclasses of TraitModel in com.flagsmith.models -
Uses of TraitModel in com.flagsmith.utils
Methods in com.flagsmith.utils that return types with arguments of type TraitModelModifier and TypeMethodDescriptionstatic List<TraitModel> ModelUtils.getTraitModelsFromTraitMap(Map<String, Object> traits) Convert a user-provided trait map to a list of trait models.