com.novus.salat

ConcreteGrater

abstract class ConcreteGrater[X <: CaseClass] extends Grater[X]

Linear Supertypes
Grater[X], Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ConcreteGrater
  2. Grater
  3. Logging
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

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

Type Members

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

    Definition Classes
    Grater

Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. lazy val allTheChildren: Seq[Symbol]

    Attributes
    protected
  7. def asDBObject(o: X): DBObject

    Definition Classes
    ConcreteGraterGrater
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def asObject[A](dbo: A)(implicit arg0: (A) ⇒ MongoDBObject): X

    Definition Classes
    ConcreteGraterGrater
  10. lazy val betterDefaults: Map[Field, DefaultArg]

    Attributes
    protected[salat]
  11. def cachedFieldName(field: Field): String

  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. lazy val companionClass: java.lang.Class[_]

    Attributes
    protected
  14. lazy val companionObject: AnyRef

    Attributes
    protected
  15. lazy val constructor: Constructor[X]

    Attributes
    protected[salat]
  16. def defaultArg(field: Field): DefaultArg

  17. lazy val defaults: Seq[Option[Method]]

    Attributes
    protected
  18. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    Grater → AnyRef → Any
  20. lazy val extraFieldsToPersist: List[(Method, Field)]

    Attributes
    protected
  21. lazy val fieldNameMap: Map[Field, String]

  22. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. def findAnnotatedFields[A](clazz: Class[A], annotation: Class[_ <: java.lang.annotation.Annotation]): List[(Method, Field)]

    Attributes
    protected
  24. def findAnnotatedMethodSymbol[A](clazz: Class[A], annotation: Class[_ <: java.lang.annotation.Annotation]): List[(Method, MethodSymbol)]

    Attributes
    protected
  25. def findSym[A](clazz: Class[A]): SymbolInfoSymbol

    Attributes
    protected
  26. def fromJSON(j: JObject): X

    Definition Classes
    ConcreteGraterGrater
  27. def fromJSON(s: String): X

    Definition Classes
    Grater
  28. def fromJSONArray(s: String): List[X]

    Definition Classes
    Grater
  29. def fromJSONArray(j: JArray): List[X]

    Definition Classes
    Grater
  30. def fromMap(m: Map[String, Any]): X

    Definition Classes
    ConcreteGraterGrater
  31. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    ConcreteGrater → AnyRef → Any
  33. lazy val indexedFields: Seq[Field]

    Attributes
    protected[salat]
  34. def interestingClass(clazz: Class[_]): Boolean

    Attributes
    protected
  35. lazy val interestingInterfaces: List[(Class[_], SymbolInfoSymbol)]

    Attributes
    protected
  36. lazy val interestingSuperclass: List[(Class[_], SymbolInfoSymbol)]

    Attributes
    protected
  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. def iterateOut[T](o: X)(f: ((String, Any)) ⇒ T): Iterator[T]

    Definition Classes
    ConcreteGraterGrater
  39. lazy val keyOverridesFromAbove: Map[MethodSymbol, String]

    Attributes
    protected
  40. lazy val log: Logger

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

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

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

    Definition Classes
    AnyRef
  44. def outField: OutHandler

    Attributes
    protected
  45. def requiresTypeHint: Boolean

    Attributes
    protected
  46. def safeDefault(field: Field): Some[AnyRef]

    Attributes
    protected[salat]
  47. lazy val sym: SymbolInfoSymbol

    Attributes
    protected
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toCompactJSON(o: X): String

    Definition Classes
    Grater
  50. def toCompactJSONArray(t: Traversable[X]): String

    Definition Classes
    Grater
  51. def toJSON(o: X): JObject

    Definition Classes
    ConcreteGraterGrater
  52. def toJSONArray(t: Traversable[X]): JArray

    Definition Classes
    Grater
  53. def toMap(o: X): Map[String, Any]

    Definition Classes
    ConcreteGraterGrater
  54. def toPrettyJSON(o: X): String

    Definition Classes
    Grater
  55. def toPrettyJSONArray(t: Traversable[X]): String

    Definition Classes
    Grater
  56. def toString(): String

    Definition Classes
    Grater → AnyRef → Any
  57. def typeRefType(ms: MethodSymbol): TypeRefType

    Attributes
    protected
  58. lazy val useTypeHint: Boolean

    Attributes
    protected
  59. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Grater[X]

Inherited from Logging

Inherited from AnyRef

Inherited from Any