public class DefaultNutsQuestionFormat<T> extends Object implements NutsQuestionFormat<T>
| Constructor and Description |
|---|
DefaultNutsQuestionFormat(NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
String |
format(Object value,
NutsQuestion<T> question) |
Object[] |
getDefaultValues(Class type,
NutsQuestion<T> question) |
public DefaultNutsQuestionFormat(NutsSession session)
public Object[] getDefaultValues(Class type, NutsQuestion<T> question)
getDefaultValues in interface NutsQuestionFormat<T>public String format(Object value, NutsQuestion<T> question)
format in interface NutsQuestionFormat<T>Copyright © 2021 vpc open source initiative. All rights reserved.