Class/Object

com.rojoma.json.v3.-impl.util

AutomaticHierarchyCodecBuilderImpl

Related Docs: object AutomaticHierarchyCodecBuilderImpl | package util

Permalink

abstract class AutomaticHierarchyCodecBuilderImpl[T <: AnyRef] extends MacroCompat with MacroCommon

Linear Supertypes
MacroCommon, MacroCompat, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AutomaticHierarchyCodecBuilderImpl
  2. MacroCommon
  3. MacroCompat
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AutomaticHierarchyCodecBuilderImpl()

    Permalink

Abstract Value Members

  1. implicit abstract val Ttag: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]

    Permalink
  2. abstract val c: Context

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def codecTagged(tagType: scala.reflect.macros.whitebox.Context.Expr[TagType]): scala.reflect.macros.whitebox.Context.Expr[JsonEncode[T] with JsonDecode[T]]

    Permalink
  7. def codecTagless(tagType: scala.reflect.macros.whitebox.Context.Expr[NoTag]): scala.reflect.macros.whitebox.Context.Expr[JsonEncode[T] with JsonDecode[T]]

    Permalink
  8. def decodeTagged(tagType: scala.reflect.macros.whitebox.Context.Expr[TagType]): scala.reflect.macros.whitebox.Context.Expr[JsonDecode[T]]

    Permalink
  9. def decodeTagless(tagType: scala.reflect.macros.whitebox.Context.Expr[NoTag]): scala.reflect.macros.whitebox.Context.Expr[JsonDecode[T]]

    Permalink
  10. def encodeTagged(tagType: scala.reflect.macros.whitebox.Context.Expr[TagType]): scala.reflect.macros.whitebox.Context.Expr[JsonEncode[T]]

    Permalink
  11. def encodeTagless(tagType: scala.reflect.macros.whitebox.Context.Expr[NoTag]): scala.reflect.macros.whitebox.Context.Expr[JsonEncode[T]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findValue[T](ann: scala.reflect.macros.Universe.Annotation): Option[Any]

    Permalink
    Definition Classes
    MacroCompat
  16. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  19. def isType(t: scala.reflect.macros.Universe.Type, w: scala.reflect.macros.Universe.Type): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    MacroCommon
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  23. def posOf(param: scala.reflect.macros.Universe.Symbol, ann: scala.reflect.macros.Universe.Annotation): scala.reflect.macros.Universe.Position

    Permalink
    Definition Classes
    MacroCompat
  24. val subclasses: Set[scala.reflect.macros.Universe.Symbol]

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

    Permalink
    Definition Classes
    AnyRef
  26. def tagOf(thing: scala.reflect.macros.Universe.Symbol): String

    Permalink
  27. def tagged(base: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree

    Permalink
  28. def tagless(base: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree

    Permalink
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def toTermName(s: String): scala.reflect.macros.Universe.TermName

    Permalink
    Definition Classes
    MacroCompat
  31. def toTypeName(s: String): scala.reflect.macros.Universe.TypeName

    Permalink
    Definition Classes
    MacroCompat
  32. final def wait(): Unit

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

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

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

Inherited from MacroCommon

Inherited from MacroCompat

Inherited from AnyRef

Inherited from Any

Ungrouped