public class DefaultNutsResponseParser<T> extends Object implements NutsQuestionParser<T>
| Constructor and Description |
|---|
DefaultNutsResponseParser(NutsSession session,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
T |
parse(Object response,
T defaultValue,
NutsQuestion<T> question) |
public DefaultNutsResponseParser(NutsSession session, Class<T> type)
public T parse(Object response, T defaultValue, NutsQuestion<T> question)
parse in interface NutsQuestionParser<T>Copyright © 2021 vpc open source initiative. All rights reserved.