com.novus.salat

Context

trait Context extends ContextLifecycle with Logging

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

Abstract Value Members

  1. abstract val name: String

    Name of the context

Concrete 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. def accept(grater: Grater[_ <: AnyRef]): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val bigDecimalStrategy: BigDecimalStrategy

  9. val bigIntStrategy: BigIntStrategy

  10. def clearAllGraters(): Unit

    Definition Classes
    ContextLifecycle
  11. def clearGrater(clazz: String): Option[Grater[_ <: AnyRef]]

    Definition Classes
    ContextLifecycle
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. val defaultEnumStrategy: EnumStrategy

    Enum handling strategy is defined at the context-level, but can be overridden at the individual enum level

  14. def determineFieldName(clazz: Class[_], fieldName: String): String

  15. def determineFieldName(clazz: Class[_], field: Field): String

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

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

    Definition Classes
    AnyRef → Any
  18. def extractTypeHint(j: JObject): Option[String]

  19. def extractTypeHint(dbo: mongodb.casbah.Imports.MongoDBObject): Option[String]

  20. def extractTypeHint(m: Map[String, Any]): Option[String]

  21. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  25. val jsonConfig: JSONConfig

  26. lazy val log: Logger

    Attributes
    protected
    Definition Classes
    Logging
  27. def lookup(j: JObject): Grater[_ <: AnyRef]

  28. def lookup(dbo: mongodb.casbah.Imports.MongoDBObject): Grater[_ <: AnyRef]

  29. def lookup(m: Map[String, Any]): Grater[_ <: AnyRef]

  30. def lookup(c: String, clazz: CaseClass): Grater[_ <: AnyRef]

  31. def lookup[A <: CaseClass](implicit arg0: Manifest[A]): Grater[A]

  32. def lookup(c: String): Grater[_ <: AnyRef]

  33. def lookup_?(c: String, dbo: mongodb.casbah.Imports.MongoDBObject): Option[Grater[_ <: AnyRef]]

  34. def lookup_?[X <: AnyRef](c: String): Option[Grater[_ <: AnyRef]]

    Attributes
    protected[com.novus.salat]
  35. lazy val mathCtx: MathContext

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

    Definition Classes
    AnyRef
  37. def needsProxyGrater(clazz: Class[_]): Boolean

    Attributes
    protected[com.novus.salat]
  38. def neverSuppressThisField(key: String): Unit

  39. final def notify(): Unit

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

    Definition Classes
    AnyRef
  41. def registerCaseObjectOverride[A, B <: A](serializedValue: String)(implicit arg0: Manifest[A], arg1: Manifest[B]): Unit

  42. def registerClassLoader(cl: ClassLoader): Unit

  43. def registerGlobalKeyOverride(remapThis: String, toThisInstead: String): Unit

  44. def registerPerClassKeyOverride(clazz: Class[_], remapThis: String, toThisInstead: String): Unit

  45. def suitable_?(clazz: String): Boolean

    Attributes
    protected[com.novus.salat]
  46. val suppressDefaultArgs: Boolean

    Don't serialize any field whose value matches the supplied default args

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

    Definition Classes
    AnyRef
  48. def toString(): String

    Definition Classes
    AnyRef → Any
  49. val typeHintStrategy: TypeHintStrategy

  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def lookup_!(clazz: String): Grater[_ <: AnyRef]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.0.8) Use lookup instead - will be removed for 0.0.9 release

  2. def lookup_![X <: CaseClass](implicit arg0: Manifest[X]): Grater[X]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.0.8) Use lookup instead - will be removed for 0.0.9 release

  3. def lookup_!(clazz: String, x: CaseClass): Grater[_ <: AnyRef]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.0.8) Use lookup instead - will be removed for 0.0.9 release

  4. def lookup_!(dbo: mongodb.casbah.Imports.MongoDBObject): Grater[_ <: AnyRef]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.0.8) Use lookup instead - will be removed for 0.0.9 release

Inherited from Logging

Inherited from ContextLifecycle

Inherited from AnyRef

Inherited from Any

Ungrouped