Class/Object

com.qvantel.jsonapi

JsonApiResourceMacro

Related Docs: object JsonApiResourceMacro | package jsonapi

Permalink

final class JsonApiResourceMacro extends JsonApiCommon

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

Instance Constructors

  1. new JsonApiResourceMacro(c: Context)

    Permalink

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. val c: Context

    Permalink
    Definition Classes
    JsonApiResourceMacroTools
  6. def camelToDashes(name: String): String

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

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

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

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

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

    Permalink
    Definition Classes
    Tools
  12. def emptyForIterableType(t: scala.reflect.macros.whitebox.Context.Type): scala.reflect.macros.whitebox.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 impl(annottees: scala.reflect.macros.whitebox.Context.Tree*): scala.reflect.macros.whitebox.Context.Tree

    Permalink
  19. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JsonApiCommon
  29. def partitionRelations(t: scala.reflect.macros.whitebox.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
  30. def partitionedCaseClassFields(t: scala.reflect.macros.whitebox.Context.Type): (List[scala.reflect.macros.Universe.TermSymbol], List[scala.reflect.macros.Universe.TermSymbol])

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

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

    Permalink
    Definition Classes
    JsonApiCommon
  33. def relationFields(t: scala.reflect.macros.whitebox.Context.Type): List[scala.reflect.macros.Universe.TermSymbol]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. 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