getConfig

Type: function
Alias for PayloadHelper.getConfig (see its entry for details) with generic defaults for the non-key parameters which will return the specified key from the payload.

Body

function(key){
  return PayloadHelper.getConfig(key,Option.apply(implicitPayload)).map(function(jv){ return fromJValue(jv); });
}

Classpath

Children