public class FilterConfigEncoder
extends java.lang.Object
FilterConfig
into string representation.Constructor and Description |
---|
FilterConfigEncoder() |
Modifier and Type | Method and Description |
---|---|
@NotNull java.lang.String |
encode(@NotNull FilterConfig<?,?> filterConfig)
Export the filter configuration settings.
|
@NotNull public @NotNull java.lang.String encode(@NotNull @NotNull FilterConfig<?,?> filterConfig)
filterConfig
- the filter configuration to export