public static class LintFix.FixMapBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
displayName |
protected java.lang.String |
familyName |
| Modifier and Type | Method and Description |
|---|---|
LintFix |
build()
Constructs a
LintFix with this map data |
LintFix.FixMapBuilder |
put(java.lang.String key,
java.lang.Object value)
Puts the given value into the map using the given key
|
<T> LintFix.FixMapBuilder |
put(T value)
Puts the given value into the map using its class as the key
|
@Nls protected final java.lang.String displayName
@Nls protected final java.lang.String familyName
public <T> LintFix.FixMapBuilder put(@Nullable T value)
public LintFix.FixMapBuilder put(@NonNull java.lang.String key, @Nullable java.lang.Object value)