Class StandardDecoder
java.lang.Object
io.higson.runtime.engine.core.decoder.StandardDecoder
- All Implemented Interfaces:
ValueDecoder
- Direct Known Subclasses:
CascadeDecoder
Decoder that is used internally to decode text using implementation of
Type.- Author:
- przemek hertel
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StandardDecoder
public StandardDecoder()
-
-
Method Details
-
decode
- Specified by:
decodein interfaceValueDecoder- Parameters:
text- contains value to decode, for example:- simple text
- 1234
- 2018-01-15 09:10:11
type- implementation ofTypethat will be used to convert giventextctx- implementation ofParamContext, not used here- Returns:
- specific implementation of
ValueHoldercontaining decoded value - See Also:
-