Class JavascriptDecoder
java.lang.Object
com.github.cafapi.common.decoders.js.JavascriptDecoder
- All Implemented Interfaces:
Decoder
Decoder implementation that supports building objects from JavaScript. Supports a function 'getenv' which takes the
name of an environment variable and will return its value.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JavascriptDecoder
public JavascriptDecoder()
-
-
Method Details
-
deserialise
- Specified by:
deserialise
in interfaceDecoder
- Throws:
CodecException
-