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 = ...) extends BigDecimalStrategy with Product with Serializable

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

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

  5. sealed trait BigIntStrategy extends AnyRef

  6. case class BinaryTypeHintStrategy(when: TypeHintFrequency.Value, typeHint: String = salat.this.`package`.TypeHint, encoding: TypeHintEncoding = ...) 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. case class DefaultArg(clazz: Class[_], field: Field, value: Option[AnyRef])(implicit ctx: Context) extends Logging with Product with Serializable

  12. sealed abstract class Field extends Logging

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

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

  15. case class StringTypeHintStrategy(when: TypeHintFrequency.Value, typeHint: String = salat.this.`package`.TypeHint) extends TypeHintStrategy with Product with Serializable

  16. 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. implicit def class2companion(clazz: Class[_])(implicit ctx: Context): AnyRef { ... /* 2 definitions in type refinement */ }

  9. package conversions

  10. package dao

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

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

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

  14. package impls

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

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

    Attributes
    protected
  17. package json

  18. lazy val log: Logger

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

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

  21. package transformers

  22. package util

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped