public class VariantSetting<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
VariantSetting.Value |
| Modifier and Type | Field and Description |
|---|---|
private String |
key |
private Function<T,com.google.gson.JsonElement> |
writer |
| Constructor and Description |
|---|
VariantSetting(String key,
Function<T,com.google.gson.JsonElement> writer) |
private final String key
public VariantSetting.Value evaluate(T value)