Interface SettingsDecoder
-
public interface SettingsDecoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Tdecode(Reader reader, Class<? extends T> objClass)
-
public interface SettingsDecoder
| Modifier and Type | Method | Description |
|---|---|---|
<T> T |
decode(Reader reader,
Class<? extends T> objClass) |