sjson.json

Util

Related Doc: package json

object Util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  10. def getClassFor[T](fqn: String, classloader: ClassLoader = loader): Either[Exception, Class[T]]

  11. def getClassFromScalaType(t: scala.reflect.api.JavaUniverse.Type): Class[_]

  12. def getEnumValue(str: String, tpe: scala.reflect.api.JavaUniverse.Type): Value

    Get the enum value corresponding to the string str.

    Get the enum value corresponding to the string str. The implementation is as ugly as it gets.

  13. def getObjectFor[T](clazz: Class[T]): Either[Exception, T]

  14. def getObjectFor[T](fqn: String, classloader: ClassLoader = loader): Either[Exception, T]

  15. def getParamTypes[A](x: A)(implicit ev: scala.reflect.api.JavaUniverse.TypeTag[A]): List[scala.reflect.api.JavaUniverse.Type]

  16. def getPropertyValue(obj: Any, typ: scala.reflect.api.JavaUniverse.Type, property: String): Any

    Invoke method method on object obj of type typ.

    Invoke method method on object obj of type typ. You will have a nasty surprise if method is not a valid method of obj.

  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def instantiate(typ: scala.reflect.api.JavaUniverse.Type, params: Map[scala.reflect.api.JavaUniverse.Name, Any]): Any

    Instantiate a class of type typ using the various mirrors available.

    Instantiate a class of type typ using the various mirrors available.

    Need to invoke the proper constructor that matches the parameters specified by params. The current implementation just matches by length of param list for the constructor.

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val loader: ClassLoader

  21. def mkDate(v: String): Date

  22. def mkNum(v: Any, c: Class[_]): Any

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def processSingleton[T](fqn: String): Either[Exception, Any]

  27. def quote(s: String): String

  28. def readTillNl(in: InputStreamReader): String

  29. def setPropertyValue(obj: Any, typ: scala.reflect.api.JavaUniverse.Type, property: String, value: Any): Unit

  30. def substringFromLastSep(s: String, sep: String): String

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped