Class JavascriptDecoder

  • All Implemented Interfaces:
    Decoder

    @FileExtensions("js")
    public class JavascriptDecoder
    extends Object
    implements 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.