|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flexive.shared.value.mapper.InputMapper<FxValue,FxVoid>
com.flexive.shared.value.mapper.VoidInputMapper
public final class VoidInputMapper
An input mapper that maps any FxValue to FxVoid, meaning that no input element or output will be generated.
| Constructor Summary | |
|---|---|
VoidInputMapper()
|
|
| Method Summary | |
|---|---|
protected FxValue |
doDecode(FxVoid value)
Decode the mapped type. |
protected FxVoid |
doEncode(FxValue value)
Map the given value to the destination FxValue type. |
static VoidInputMapper |
getInstance()
Return the singleton instance of the void input mapper. |
| Methods inherited from class com.flexive.shared.value.mapper.InputMapper |
|---|
buildAutocompleteHandler, decode, encode, getAutocompleteHandler, getAvailableValueComparators, getInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VoidInputMapper()
| Method Detail |
|---|
protected FxVoid doEncode(FxValue value)
doEncode in class InputMapper<FxValue,FxVoid>value - the value to be mapped
protected FxValue doDecode(FxVoid value)
doDecode in class InputMapper<FxValue,FxVoid>value - the mapped value type, possibly modified by the user
public static VoidInputMapper getInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||