com.novus.salat

Grater

class Grater [X <: AnyRef] extends Logging

Attributes
abstract
Linear Supertypes
Logging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Grater
  2. Logging
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Grater (clazz: Class[X])(implicit ctx: Context)

Type Members

  1. type OutHandler = PartialFunction[(Any, Field), Option[(String, Any)]]

Abstract Value Members

  1. def asDBObject (o: X): DBObject

    Attributes
    abstract
  2. def asObject [A] (dbo: A)(implicit arg0: (A) ⇒ MongoDBObject): X

    Attributes
    abstract
  3. def fromJSON (j: JObject): X

    Attributes
    abstract
  4. def fromMap (m: Map[String, Any]): X

    Attributes
    abstract
  5. def iterateOut [T] (o: X)(f: ((String, Any)) ⇒ T): Iterator[T]

    Attributes
    abstract
  6. def toJSON (o: X): JObject

    Attributes
    abstract
  7. def toMap (o: X): Map[String, Any]

    Attributes
    abstract

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

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

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. val clazz : Class[X]

  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. implicit val ctx : Context

    Attributes
    implicit
  10. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  11. def equals (that: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def fromJSON (s: String): X

  14. def fromJSONArray (s: String): List[X]

  15. def fromJSONArray (j: JArray): List[X]

  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  18. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  19. lazy val log : Logger

    Attributes
    protected
    Definition Classes
    Logging
  20. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  21. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  24. def toCompactJSON (o: X): String

  25. def toCompactJSONArray (t: Traversable[X]): String

  26. def toJSONArray (t: Traversable[X]): JArray

  27. def toPrettyJSON (o: X): String

  28. def toPrettyJSONArray (t: Traversable[X]): String

  29. def toString (): String

    Definition Classes
    Grater → AnyRef → Any
  30. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Logging

Inherited from AnyRef

Inherited from Any