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

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. val bigDecimalStrategy: BigDecimalStrategy

  7. val bigIntStrategy: BigIntStrategy

  8. def clearAllGraters(): Unit

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

    Definition Classes
    ContextLifecycle
  10. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

  19. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  23. val jsonConfig: JSONConfig

  24. lazy val log: Logger

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

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

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

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

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

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

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

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

    Attributes
    protected[com.novus.salat]
  33. final def ne(arg0: AnyRef): Boolean

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

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

  36. final def notify(): Unit

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

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

  39. def registerClassLoader(cl: ClassLoader): Unit

  40. def registerCustomTransformer[A <: AnyRef, B <: AnyRef](custom: CustomTransformer[A, B])(implicit arg0: Manifest[A], arg1: Manifest[B]): Unit

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

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

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

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

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

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

    Definition Classes
    AnyRef
  46. def toString(): String

    Definition Classes
    AnyRef → Any
  47. val typeHintStrategy: TypeHintStrategy

  48. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. 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

  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

Ungrouped