Class BwLocationFactory

java.lang.Object
org.bedework.jsforj.JSValueFactory
org.bedework.jsforj.impl.values.JSValueFactoryImpl
org.bedework.convert.jscal.BwLocationFactory

public class BwLocationFactory extends org.bedework.jsforj.impl.values.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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bedework.jsforj.model.values.JSValue
    newValue(String typeName, com.fasterxml.jackson.databind.JsonNode nd)
     

    Methods inherited from class org.bedework.jsforj.impl.values.JSValueFactoryImpl

    ensureType, newObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BwLocationFactory

      public BwLocationFactory()
  • Method Details

    • newValue

      public org.bedework.jsforj.model.values.JSValue newValue(String typeName, com.fasterxml.jackson.databind.JsonNode nd)
      Specified by:
      newValue in class org.bedework.jsforj.JSValueFactory