Uses of Class
io.split.client.dtos.FallbackTreatment
-
Packages that use FallbackTreatment Package Description io.split.client.dtos io.split.inputValidation -
-
Uses of FallbackTreatment in io.split.client.dtos
Methods in io.split.client.dtos that return FallbackTreatment Modifier and Type Method Description FallbackTreatmentFallbackTreatmentsConfiguration. getGlobalFallbackTreatment()FallbackTreatmentFallbackTreatmentCalculator. resolve(String flagName, String label)FallbackTreatmentFallbackTreatmentCalculatorImp. resolve(String flagName, String label)Methods in io.split.client.dtos that return types with arguments of type FallbackTreatment Modifier and Type Method Description Map<String,FallbackTreatment>FallbackTreatmentsConfiguration. getByFlagFallbackTreatment()Constructors in io.split.client.dtos with parameters of type FallbackTreatment Constructor Description FallbackTreatmentsConfiguration(FallbackTreatment globalFallbackTreatment, Map<String,FallbackTreatment> byFlagFallbackTreatment)Constructor parameters in io.split.client.dtos with type arguments of type FallbackTreatment Constructor Description FallbackTreatmentsConfiguration(FallbackTreatment globalFallbackTreatment, Map<String,FallbackTreatment> byFlagFallbackTreatment) -
Uses of FallbackTreatment in io.split.inputValidation
Methods in io.split.inputValidation that return types with arguments of type FallbackTreatment Modifier and Type Method Description static Map<String,FallbackTreatment>FallbackTreatmentValidator. isValidByFlagTreatment(Map<String,FallbackTreatment> byFlagTreatment, String method)Method parameters in io.split.inputValidation with type arguments of type FallbackTreatment Modifier and Type Method Description static Map<String,FallbackTreatment>FallbackTreatmentValidator. isValidByFlagTreatment(Map<String,FallbackTreatment> byFlagTreatment, String method)
-