public class FilterConfigDecoder
extends java.lang.Object
FilterConfig
.Constructor and Description |
---|
FilterConfigDecoder() |
Modifier and Type | Method and Description |
---|---|
boolean |
decode(@NotNull java.lang.String string,
@NotNull FilterConfig<?,?> filterConfig)
Import the filter configuration settings.
|
public boolean decode(@NotNull @NotNull java.lang.String string, @NotNull @NotNull FilterConfig<?,?> filterConfig)
string
- the string to decodefilterConfig
- the filter configuration to modify