Packages

class Macroses extends UContext with UCommons with UImplicits with USignatures with UScaladocs with UArrays with UDictionaries with UEnums with URecursiveTypes with UValueTypes with UProductTypes with USumTypes with UTypeAnnotations with UFieldDecorations with UScalaParsers

Linear Supertypes
UScalaParsers, UFieldDecorations, UTypeAnnotations, USumTypes, UProductTypes, UValueTypes, URecursiveTypes, UEnums, UDictionaries, UArrays, UScaladocs, USignatures, UImplicits, UCommons, ULogging, SchemaTypes, UContext, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Macroses
  2. UScalaParsers
  3. UFieldDecorations
  4. UTypeAnnotations
  5. USumTypes
  6. UProductTypes
  7. UValueTypes
  8. URecursiveTypes
  9. UEnums
  10. UDictionaries
  11. UArrays
  12. UScaladocs
  13. USignatures
  14. UImplicits
  15. UCommons
  16. ULogging
  17. SchemaTypes
  18. UContext
  19. AnyRef
  20. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Macroses(c: Context)

Type Members

  1. class ArrExtractor extends AnyRef
    Definition Classes
    UArrays
  2. class CaseClassExtractor extends AnyRef
    Definition Classes
    UProductTypes
  3. sealed trait DefinitionKey extends AnyRef
    Definition Classes
    UTypeAnnotations
  4. class DictionaryExtractor extends AnyRef
    Definition Classes
    UDictionaries
  5. case class Discriminator extends Product with Serializable
    Definition Classes
    UTypeAnnotations
  6. case class DiscriminatorKey extends Product with Serializable
    Definition Classes
    UTypeAnnotations
  7. class EnumExtractor extends AnyRef
    Definition Classes
    UEnums
  8. case class Field extends Product with Serializable
    Definition Classes
    UCommons
  9. type FieldDecorations = Map[String, String]

    A map of field name to description Can be inferred from - annotations FieldDecorations.fromFieldAnnotations - scaladoc FieldDecorations.fromScaladoc - or given explicitly

    A map of field name to description Can be inferred from - annotations FieldDecorations.fromFieldAnnotations - scaladoc FieldDecorations.fromScaladoc - or given explicitly

    Definition Classes
    UFieldDecorations
  10. class Implicit extends AnyRef
    Definition Classes
    UImplicits
  11. implicit class OptionCompanionOps extends AnyRef
    Definition Classes
    UCommons
  12. class RecursiveTypes extends AnyRef
    Definition Classes
    URecursiveTypes
  13. class ResolutionContext extends AnyRef
    Definition Classes
    UCommons
  14. sealed trait SchemaType extends AnyRef
    Definition Classes
    SchemaTypes
  15. implicit class SomeCompanionOps extends AnyRef
    Definition Classes
    UCommons
  16. class SumTypeExtractor extends AnyRef
    Definition Classes
    USumTypes
  17. case class Texts extends Product with Serializable
    Definition Classes
    UTypeAnnotations
  18. case class TypeAnnotations extends Product with Serializable
    Definition Classes
    UTypeAnnotations
  19. class ValueClassExtractor extends AnyRef
    Definition Classes
    UValueTypes

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Macroses to any2stringadd[Macroses] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Macroses, B)
    Implicit
    This member is added by an implicit conversion from Macroses to ArrowAssoc[Macroses] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val Arr: ArrExtractor
    Definition Classes
    UArrays
  7. val CaseClass: CaseClassExtractor
    Definition Classes
    UProductTypes
  8. val Dict: DictionaryExtractor
    Definition Classes
    UDictionaries
  9. val Enum: EnumExtractor
    Definition Classes
    UEnums
  10. val Implicit: Implicit
    Definition Classes
    UImplicits
  11. val SumType: SumTypeExtractor
    Definition Classes
    USumTypes
  12. val U: SchemaType.type
    Definition Classes
    UCommons
  13. val ValueClass: ValueClassExtractor
    Definition Classes
    UValueTypes
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. implicit def asSome[T](x: T): Option[T]
    Definition Classes
    UCommons
  16. val c: Context
    Definition Classes
    Macroses → UContext
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  18. val dbg: (String) ⇒ Unit
    Definition Classes
    ULogging
  19. val debugEnabled: Boolean
    Definition Classes
    ULogging
  20. def deriveObjectSchema[T](decorations: scala.reflect.macros.blackbox.Context.Expr[(String, String)]*)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[object[T]]

    Derives an Object Schema

  21. def derivePredef[T](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Predef[T]]

    Derives a Predef

  22. def deriveSchema[T](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Schema[T]]

    Derives a Schema

  23. def deriveSignature[T](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[TypeSignature[T]]

    Type Signature

  24. def ensuring(cond: (Macroses) ⇒ Boolean, msg: ⇒ Any): Macroses
    Implicit
    This member is added by an implicit conversion from Macroses to Ensuring[Macroses] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: (Macroses) ⇒ Boolean): Macroses
    Implicit
    This member is added by an implicit conversion from Macroses to Ensuring[Macroses] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean, msg: ⇒ Any): Macroses
    Implicit
    This member is added by an implicit conversion from Macroses to Ensuring[Macroses] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean): Macroses
    Implicit
    This member is added by an implicit conversion from Macroses to Ensuring[Macroses] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  30. val err: (String) ⇒ Nothing
    Definition Classes
    ULogging
  31. def forNonValueCaseClass[T](tpe: scala.reflect.macros.Universe.Type)(block: ⇒ T): Option[T]
    Definition Classes
    UCommons
  32. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Macroses to StringFormat[Macroses] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  33. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def getTypeScaladoc(tpe: scala.reflect.macros.Universe.Type): Option[Scaladoc]
    Definition Classes
    UScaladocs
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. lazy val is211: Boolean
    Definition Classes
    UCommons
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. def parseFCQN(x: String): scala.reflect.macros.Universe.Tree
    Definition Classes
    UScalaParsers
  42. def parseParameter(sym: scala.reflect.macros.Universe.TermSymbol): ParsedParameter
    Definition Classes
    UScalaParsers
  43. def resolve(tpe: scala.reflect.macros.Universe.Type, ctx: ResolutionContext, specFD: FieldDecorations = FieldDecorations.Empty): SchemaType
    Definition Classes
    Macroses → UCommons
  44. def resolveGenericType(x: scala.reflect.macros.Universe.Type, from: List[scala.reflect.macros.Universe.Symbol], to: List[scala.reflect.macros.Universe.Type]): scala.reflect.macros.Universe.Type
    Definition Classes
    UCommons
  45. def signature(tpe: scala.reflect.macros.Universe.Type): String
    Definition Classes
    USignatures
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def transformSchema(in: SchemaType)(pf: PartialFunction[SchemaType, SchemaType]): SchemaType
    Definition Classes
    SchemaTypes
  49. def validateNonValueCaseClass[T](tpe: scala.reflect.macros.Universe.Type, prefix: String)(block: ⇒ T): T
    Definition Classes
    UCommons
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. val warn: (String) ⇒ Unit
    Definition Classes
    ULogging
  54. def [B](y: B): (Macroses, B)
    Implicit
    This member is added by an implicit conversion from Macroses to ArrowAssoc[Macroses] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  55. object DefinitionKey
    Definition Classes
    UTypeAnnotations
  56. object SchemaType
    Definition Classes
    SchemaTypes
  57. object Texts extends Serializable
    Definition Classes
    UTypeAnnotations
  58. object TypeAnnotations extends Serializable
    Definition Classes
    UTypeAnnotations
  59. object FieldDecorations
    Definition Classes
    UFieldDecorations

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from UScalaParsers

Inherited from UFieldDecorations

Inherited from UTypeAnnotations

Inherited from USumTypes

Inherited from UProductTypes

Inherited from UValueTypes

Inherited from URecursiveTypes

Inherited from UEnums

Inherited from UDictionaries

Inherited from UArrays

Inherited from UScaladocs

Inherited from USignatures

Inherited from UImplicits

Inherited from UCommons

Inherited from ULogging

Inherited from SchemaTypes

Inherited from UContext

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Macroses to any2stringadd[Macroses]

Inherited by implicit conversion StringFormat from Macroses to StringFormat[Macroses]

Inherited by implicit conversion Ensuring from Macroses to Ensuring[Macroses]

Inherited by implicit conversion ArrowAssoc from Macroses to ArrowAssoc[Macroses]

Ungrouped