com.novus.salat

Grater

abstract class Grater[X <: AnyRef] extends Logging

Linear Supertypes
Logging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Grater
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
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. abstract def asDBObject(o: X): mongodb.casbah.Imports.DBObject

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

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

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

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

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

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

Concrete 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. val clazz: Class[X]

  6. def clone(): AnyRef

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

  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(that: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fromBSON(bytes: Array[Byte]): X

  12. def fromJSON(s: String): X

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

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

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

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

    Definition Classes
    Any
  18. lazy val log: Logger

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

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

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

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

    Definition Classes
    AnyRef
  23. def toBSON(o: X): Array[Byte]

  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. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped