Trait

salat

Context

Related Doc: package salat

Permalink

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
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val name: String

    Permalink

    Name of the context

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def accept(grater: Grater[_ <: AnyRef]): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val bigDecimalStrategy: BigDecimalStrategy

    Permalink
  7. val bigIntStrategy: BigIntStrategy

    Permalink
  8. def clearAllGraters(): Unit

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

    Permalink
    Definition Classes
    ContextLifecycle
  10. def clone(): AnyRef

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

    Permalink

    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

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

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

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

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

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

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

    Permalink
  19. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  23. val jsonConfig: JSONConfig

    Permalink
  24. lazy val log: Logger

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  36. final def notify(): Unit

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

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

    Permalink
  39. def registerClassLoader(cl: ClassLoader): Unit

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

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

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

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

    Permalink
    Attributes
    protected[salat]
  44. val suppressDefaultArgs: Boolean

    Permalink

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

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

    Permalink
    Definition Classes
    AnyRef
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. val typeHintStrategy: TypeHintStrategy

    Permalink
  48. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    Permalink
    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]

    Permalink
    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]

    Permalink
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  5. lazy val mathCtx: MathContext

    Permalink
    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