Class JSAlertFactory
- java.lang.Object
-
- org.bedework.jsforj.JSValueFactory
-
- org.bedework.jsforj.impl.values.JSValueFactoryImpl
-
- org.bedework.jsforj.impl.values.factories.JSAlertFactory
-
public class JSAlertFactory extends JSValueFactoryImpl
User: mike Date: 10/25/19 Time: 14:59
-
-
Field Summary
-
Fields inherited from class org.bedework.jsforj.impl.values.JSValueFactoryImpl
factory
-
-
Constructor Summary
Constructors Constructor Description JSAlertFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSValuenewValue(String typeName, com.fasterxml.jackson.databind.JsonNode nd)-
Methods inherited from class org.bedework.jsforj.impl.values.JSValueFactoryImpl
ensureType, newObject
-
-
-
-
Method Detail
-
newValue
public JSValue newValue(String typeName, com.fasterxml.jackson.databind.JsonNode nd)
- Specified by:
newValuein classJSValueFactory- Parameters:
typeName- for valuend- never null- Returns:
- new cvalue
-
-