com.novus.salat

Context

trait Context extends ContextLifecycle with Logging

Linear Supertypes
Logging, ContextLifecycle, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Context
  2. Logging
  3. ContextLifecycle
  4. AnyRef
  5. Any
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: com.novus.salat.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[com.novus.salat.Grater[_ <: AnyRef]]

    Definition Classes
    ContextLifecycle
  12. def clone(): AnyRef

    Attributes
    protected[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: MongoDBObject): Option[String]

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

  21. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. final def getClass(): java.lang.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): com.novus.salat.Grater[_ <: AnyRef]

  28. def lookup(dbo: MongoDBObject): com.novus.salat.Grater[_ <: AnyRef]

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

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

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

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

  33. def lookup_?(c: String, dbo: MongoDBObject): Option[com.novus.salat.Grater[_ <: AnyRef]]

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

    Attributes
    protected[salat]
  35. final def ne(arg0: AnyRef): Boolean

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

    Attributes
    protected[salat]
  37. final def notify(): Unit

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

    Definition Classes
    AnyRef
  39. def registerClassLoader(cl: ClassLoader): Unit

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

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

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

    Attributes
    protected[salat]
  43. val suppressDefaultArgs: Boolean

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

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

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. val typeHintStrategy: TypeHintStrategy

  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def lookup_!(clazz: String): com.novus.salat.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): com.novus.salat.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: MongoDBObject): com.novus.salat.Grater[_ <: AnyRef]

    Annotations
    @deprecated
    Deprecated

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

  5. lazy val mathCtx: MathContext

    Annotations
    @deprecated
    Deprecated

    (Since version 0.0.8) Use Context bigDecimalStrategy.mathCtx instead

Inherited from Logging

Inherited from ContextLifecycle

Inherited from AnyRef

Inherited from Any