com.novus.salat

util

package util

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

Type Members

  1. case class EnumInflaterGlitch(clazz: Class[_], strategy: EnumStrategy, value: Any) extends Error with Product with Serializable

  2. case class GraterFromDboGlitch(path: String, dbo: mongodb.casbah.commons.TypeImports.MongoDBObject)(implicit ctx: Context) extends Error with Product with Serializable

  3. case class GraterGlitch(path: String)(implicit ctx: Context) extends Error with Product with Serializable

  4. trait GraterPrettyPrinter extends AnyRef

  5. case class MissingTypeHint(m: Map[_, _])(implicit ctx: Context) extends Error with Product with Serializable

  6. case class ToObjectGlitch[X <: Product](grater: ConcreteGrater[X], sym: SymbolInfoSymbol, constructor: Constructor[X], args: Seq[AnyRef], cause: Throwable) extends Error with Product with Serializable

Value Members

  1. object ArgPrettyPrinter

  2. object ArgsPrettyPrinter

  3. object ClassPrettyPrinter

  4. object ConstructorInputPrettyPrinter extends GraterPrettyPrinter with Logging

  5. object ConstructorPrettyPrinter extends GraterPrettyPrinter

  6. val DefaultSalatStackSize: Long

  7. val EmptyPlaceholder: String

  8. object FieldPrettyPrinter

  9. object MapPrettyPrinter

    Hello, is this thing on? If you are having trouble using Salat to serialize your thingy, dump it in here and get real debug output!

  10. object MissingGraterExplanation extends Logging

  11. val MissingPlaceholder: String

  12. object MissingTypeHint extends Serializable

  13. val NonePlaceholder: String

  14. val NullPlaceholder: String

  15. val OptionalMissingPlaceholder: String

  16. val QuestionPlaceholder: String

  17. val SalatThreads: ThreadGroup

  18. object TransformPrettyPrinter

  19. def asyncSalat[T](stackSize: Long)(f: ⇒ T): T

  20. def asyncSalat[T](f: ⇒ T): T

  21. def reflectFields(x: Product): Map[Any, Any]

  22. def resolveClass[X <: AnyRef](c: String, classLoaders: Iterable[ClassLoader]): Option[Class[X]]

    Attributes
    protected[com.novus.salat]
  23. def resolveClass_!(c: String, classLoaders: Iterable[ClassLoader]): Class[_]

    Attributes
    protected[com.novus.salat]
  24. def toUsableClassName(clazz: String): String

    Attributes
    protected[com.novus.salat]
  25. def truncate(a: AnyRef, l: Int): String

Inherited from AnyRef

Inherited from Any

Ungrouped