com.novus

salat

package salat

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

Type Members

  1. sealed trait BigDecimalStrategy extends Logging

  2. case class BigDecimalToBinaryStrategy(mathCtx: MathContext = DefaultMathContext) extends BigDecimalStrategy with Product with Serializable

  3. case class BigDecimalToDoubleStrategy(mathCtx: MathContext = DefaultMathContext) extends BigDecimalStrategy with Product with Serializable

  4. case class BigDecimalToStringStrategy(mathCtx: MathContext = DefaultMathContext) extends BigDecimalStrategy with Product with Serializable

  5. sealed trait BigIntStrategy extends AnyRef

  6. case class BinaryTypeHintStrategy(when: TypeHintFrequency.Value, typeHint: String = TypeHint, encoding: TypeHintEncoding = TypeHintEncoding.UsAsciiEncoding) extends TypeHintStrategy with Logging with Product with Serializable

  7. type CaseClass = Product

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

  9. trait Context extends ContextLifecycle with Logging

  10. trait ContextLifecycle extends AnyRef

  11. class CustomGrater[ModelObject <: AnyRef] extends Grater[ModelObject]

  12. case class DefaultArg(clazz: Class[_], field: Field, value: Option[AnyRef])(implicit ctx: Context) extends Logging with Product with Serializable

  13. sealed abstract class Field extends Logging

  14. abstract class Grater[X <: AnyRef] extends Logging

  15. class ProxyGrater[X <: AnyRef] extends Grater[X]

  16. case class StringTypeHintStrategy(when: TypeHintFrequency.Value, typeHint: String = TypeHint) extends TypeHintStrategy with Product with Serializable

  17. trait TypeHintStrategy extends AnyRef

Value Members

  1. object BigIntToBinaryStrategy extends BigIntStrategy with Product with Serializable

  2. object BigIntToLongStrategy extends BigIntStrategy with Product with Serializable

  3. val DefaultMathContext: MathContext

  4. object Field

  5. object NeverTypeHint extends TypeHintStrategy

  6. val TypeHint: String

  7. object TypeHintFrequency extends Enumeration

  8. package bson

  9. implicit def class2companion(clazz: Class[_])(implicit ctx: Context): AnyRef { ... /* 2 definitions in type refinement */ }

  10. package conversions

  11. package dao

  12. def getClassNamed(c: String)(implicit ctx: Context): Option[Class[_]]

    Attributes
    protected
  13. def getClassNamed_!(c: String)(implicit ctx: Context): Class[_]

    Attributes
    protected
  14. def grater[Y <: AnyRef](implicit ctx: Context, m: Manifest[Y]): Grater[Y]

  15. package impls

  16. def isCaseClass(clazz: Class[_]): Boolean

    Attributes
    protected
  17. def isCaseObject(clazz: Class[_]): Boolean

    Attributes
    protected
  18. package json

  19. lazy val log: Logger

    Attributes
    protected
    Definition Classes
    Logging
  20. def timeAndLog[T](f: ⇒ T)(l: (Long) ⇒ Unit): T

  21. def timeAndLogNanos[T](f: ⇒ T)(l: (Long) ⇒ Unit): T

  22. package transformers

  23. package util

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped