Package

co.blocke

scalajack

Permalink

package scalajack

Visibility
  1. Public
  2. All

Type Members

  1. trait AType extends AnyRef

    Permalink
  2. case class CCType(name: String, members: LinkedHashMap[String, (AType, Option[Any])], paramMap: LinkedHashMap[String, AType] = LinkedHashMap.empty[String,AType], superTrait: Option[TraitType] = None, collAnno: Option[String] = None) extends AType with Product with Serializable

    Permalink
  3. case class CollType(name: String, colTypes: List[AType]) extends AType with Product with Serializable

    Permalink
  4. class Collection extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  5. trait CustomType extends AType

    Permalink
  6. class DBKey extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  7. case class EnumType(name: String, enum: Enumeration) extends AType with Product with Serializable

    Permalink
  8. case class ErrType(name: String = "Error") extends AType with Product with Serializable

    Permalink
  9. trait FlavorKind[S] extends AnyRef

    Permalink
  10. trait JackFlavor[S] extends AnyRef

    Permalink
  11. case class PrimType(name: String) extends AType with Product with Serializable

    Permalink
  12. class ReflectException extends Exception

    Permalink
  13. class RenderException extends Exception

    Permalink
  14. trait ScalaJack[S] extends AnyRef

    Permalink
  15. case class TraitType(name: String, paramMap: LinkedHashMap[String, AType] = LinkedHashMap.empty[String,AType], default: Option[Any] = None) extends AType with Product with Serializable

    Permalink
  16. class Unicode extends AnyRef

    Permalink
  17. case class ValClassHandler(read: (Any) ⇒ Any, render: (Any) ⇒ Any) extends Product with Serializable

    Permalink
  18. case class ValueClassType(name: String, vcType: AType, vFieldName: String, isTypeParam: Boolean) extends AType with Product with Serializable

    Permalink
  19. case class ViewException(msg: String) extends Exception with Product with Serializable

    Permalink
  20. trait ViewSplice extends AnyRef

    Permalink
  21. case class VisitorContext(isCanonical: Boolean = true, isValidating: Boolean = false, estFieldsInObj: Int = 128, valClassHandlers: Map[String, Map[String, ValClassHandler]] = ..., hintMap: Map[String, String] = Map("default" -> "_hint"), hintValueRead: Map[String, (String) ⇒ String] = Map.empty[String,(String)=>String], hintValueRender: Map[String, (String) ⇒ String] = Map.empty[String,(String)=>String]) extends Product with Serializable

    Permalink

Value Members

  1. object Analyzer

    Permalink
  2. object JSON

    Permalink
  3. object PrimitiveTypes

    Permalink
  4. object ScalaJack extends ViewSplice

    Permalink
  5. object Util

    Permalink
  6. package csv

    Permalink
  7. package json

    Permalink

Ungrouped