Trait

com.qvantel.jsonapi.macrosupport

JsonApiWriters

Related Doc: package macrosupport

Permalink

trait JsonApiWriters extends JsonApiCommon

Annotations
@compileTimeOnly( ... )
Linear Supertypes
JsonApiCommon, Tools, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonApiWriters
  2. JsonApiCommon
  3. Tools
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val c: Context

    Permalink
    Definition Classes
    Tools

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 camelToDashes(name: String): String

    Permalink
    Definition Classes
    JsonApiCommon
  6. def caseClassFields(t: scala.reflect.macros.blackbox.Context.Type): List[scala.reflect.macros.Universe.TermSymbol]

    Permalink
    Definition Classes
    JsonApiCommon
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def coproductPattern(n: Int, name: scala.reflect.macros.Universe.TermName): scala.reflect.macros.blackbox.Context.Tree

    Permalink
    Definition Classes
    Tools
  9. def coproductPatterns(nTypes: Int, name: scala.reflect.macros.Universe.TermName): Seq[scala.reflect.macros.blackbox.Context.Tree]

    Permalink
    Definition Classes
    Tools
  10. def coproductTypes(t: scala.reflect.macros.blackbox.Context.Type): List[scala.reflect.macros.blackbox.Context.Type]

    Permalink
    Definition Classes
    Tools
  11. def createWriter(t: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  12. def emptyForIterableType(t: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.blackbox.Context.Tree

    Permalink
    Definition Classes
    JsonApiCommon
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def includeAllowed(t: scala.reflect.macros.blackbox.Context.Type, includeParam: scala.reflect.macros.Universe.TermName, incMap: scala.reflect.macros.Universe.TermName): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  19. def includedWriter(t: scala.reflect.macros.blackbox.Context.Type, objName: scala.reflect.macros.Universe.TermName): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  20. def includesMap(t: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val jsonOptionType: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    JsonApiCommon
  23. val jsonOptionalPolyToOneType: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    JsonApiCommon
  24. val jsonOptionalToOneType: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    JsonApiCommon
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. val optionType: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    JsonApiCommon
  29. val optionalPolyToOneType: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    JsonApiCommon
  30. val optionalToOneType: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    JsonApiCommon
  31. def partitionRelations(t: scala.reflect.macros.blackbox.Context.Type, fields: List[scala.reflect.macros.Universe.TermSymbol]): (List[scala.reflect.macros.Universe.TermSymbol], List[scala.reflect.macros.Universe.TermSymbol])

    Permalink
    Definition Classes
    JsonApiCommon
  32. def partitionedCaseClassFields(t: scala.reflect.macros.blackbox.Context.Type): (List[scala.reflect.macros.Universe.TermSymbol], List[scala.reflect.macros.Universe.TermSymbol])

    Permalink
    Definition Classes
    JsonApiCommon
  33. val polyToManyType: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    JsonApiCommon
  34. val polyToOneType: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    JsonApiCommon
  35. def primaryDataWriter(t: scala.reflect.macros.blackbox.Context.Type, objName: scala.reflect.macros.Universe.TermName): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  36. def relationFields(t: scala.reflect.macros.blackbox.Context.Type): List[scala.reflect.macros.Universe.TermSymbol]

    Permalink
    Definition Classes
    JsonApiCommon
  37. def relationshipTypes(t: scala.reflect.macros.blackbox.Context.Type): List[(scala.reflect.macros.Universe.Type, String)]

    Permalink
    Definition Classes
    JsonApiCommon
  38. def resolveContainedAttributeType(t: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.blackbox.Context.Type

    Permalink
    Definition Classes
    JsonApiCommon
  39. def resolveContainedType(t: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.blackbox.Context.Type

    Permalink
    Definition Classes
    JsonApiCommon
  40. def resourceType(t: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.blackbox.Context.Tree

    Permalink
    Definition Classes
    JsonApiCommon
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. val toManyType: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    JsonApiCommon
  43. val toOneType: scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    JsonApiCommon
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

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

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

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

Inherited from JsonApiCommon

Inherited from Tools

Inherited from AnyRef

Inherited from Any

Ungrouped