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 UJsonValueType with UFieldDecorations with UScalaParsers

Linear Supertypes
UScalaParsers, UFieldDecorations, UJsonValueType, 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. UJsonValueType
  5. UTypeAnnotations
  6. USumTypes
  7. UProductTypes
  8. UValueTypes
  9. URecursiveTypes
  10. UEnums
  11. UDictionaries
  12. UArrays
  13. UScaladocs
  14. USignatures
  15. UImplicits
  16. UCommons
  17. ULogging
  18. SchemaTypes
  19. UContext
  20. AnyRef
  21. 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. class CaseObjectExtractor extends AnyRef
    Definition Classes
    UProductTypes
  4. case class CaseObjectSymbol extends Product with Serializable
    Definition Classes
    UProductTypes
  5. sealed trait DefinitionKey extends AnyRef
    Definition Classes
    UTypeAnnotations
  6. class DictionaryExtractor extends AnyRef
    Definition Classes
    UDictionaries
  7. case class Discriminator extends Product with Serializable
    Definition Classes
    UTypeAnnotations
  8. case class DiscriminatorKey extends Product with Serializable
    Definition Classes
    UTypeAnnotations
  9. class EnumExtractor extends AnyRef
    Definition Classes
    UEnums
  10. case class EnumFamily extends Product with Serializable
    Definition Classes
    UEnums
  11. sealed trait EnumItem extends AnyRef
    Definition Classes
    UEnums
  12. case class Field extends Product with Serializable
    Definition Classes
    UCommons
  13. 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
  14. class Implicit extends AnyRef
    Definition Classes
    UImplicits
  15. class JsonValueTypeExtractor extends AnyRef

    Extracts Schemas from json creation trees e.g.

    Extracts Schemas from json creation trees e.g.

    Value.str("abc") -> SchemaType.Str    (typeOf[String], q"None")
    Value.num(5)     -> SchemaType.Integer()
    Value.num(3.14)  -> SchemaType.Number (typeOf[Double])
    Definition Classes
    UJsonValueType
  16. implicit class OptionCompanionOps extends AnyRef
    Definition Classes
    UCommons
  17. class RecursiveTypes extends AnyRef
    Definition Classes
    URecursiveTypes
  18. class ResolutionContext extends AnyRef
    Definition Classes
    UCommons
  19. sealed trait SchemaType extends Product
    Definition Classes
    SchemaTypes
  20. implicit class SomeCompanionOps extends AnyRef
    Definition Classes
    UCommons
  21. class SumTypeEnumExtractor extends AnyRef
    Definition Classes
    UEnums
  22. class SumTypeExtractor extends AnyRef
    Definition Classes
    USumTypes
  23. case class Texts extends Product with Serializable
    Definition Classes
    UTypeAnnotations
  24. case class TypeAnnotations extends Product with Serializable
    Definition Classes
    UTypeAnnotations
  25. class TypeOps extends AnyRef
    Definition Classes
    UCommons
  26. 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 CaseObject: CaseObjectExtractor
    Definition Classes
    UProductTypes
  9. val Dict: DictionaryExtractor
    Definition Classes
    UDictionaries
  10. val Enum: EnumExtractor
    Definition Classes
    UEnums
  11. val Implicit: Implicit
    Definition Classes
    UImplicits
  12. val JsonValueType: JsonValueTypeExtractor
    Definition Classes
    UJsonValueType
  13. val SumType: SumTypeExtractor
    Definition Classes
    USumTypes
  14. val U: SchemaType.type
    Definition Classes
    UCommons
  15. val ValueClass: ValueClassExtractor
    Definition Classes
    UValueTypes
  16. val abort: (String) ⇒ Nothing
    Definition Classes
    ULogging
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. implicit def asSome[T](x: T): Option[T]
    Definition Classes
    UCommons
  19. val c: Context
    Definition Classes
    Macroses → UContext
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  21. val dbg: (String) ⇒ Unit
    Definition Classes
    ULogging
  22. val debugEnabled: Boolean
    Definition Classes
    ULogging
  23. 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

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

    Derives a Predef

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

    Derives a Schema

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

    Type Signature

  27. 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
  28. 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
  29. 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
  30. 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
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  33. val err: (String) ⇒ Unit
    Definition Classes
    ULogging
  34. def forNonValueCaseClass[T](tpe: scala.reflect.macros.Universe.Type)(block: ⇒ T): Option[T]
    Definition Classes
    UCommons
  35. 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()
  36. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def getTypeScaladoc(tpe: scala.reflect.macros.Universe.Type): Option[Scaladoc]
    Definition Classes
    UScaladocs
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. val info: (String) ⇒ Unit
    Definition Classes
    ULogging
  40. lazy val is211: Boolean
    Definition Classes
    UCommons
  41. def isCaseClass(x: scala.reflect.macros.Universe.Type): Boolean
    Definition Classes
    UCommons
  42. def isCaseObject(x: scala.reflect.macros.Universe.SymbolApi): Boolean
    Definition Classes
    UCommons
  43. def isCaseObject(x: scala.reflect.macros.Universe.Type): Boolean
    Definition Classes
    UCommons
  44. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  45. def isSealed(x: scala.reflect.macros.Universe.Type): Boolean
    Definition Classes
    UCommons
  46. implicit def mkTypeOps(x: scala.reflect.macros.Universe.Type): TypeOps
    Definition Classes
    UCommons
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  50. def parseFCQN(x: String): scala.reflect.macros.Universe.Tree
    Definition Classes
    UScalaParsers
  51. def parseParameter(sym: scala.reflect.macros.Universe.TermSymbol): ParsedParameter
    Definition Classes
    UScalaParsers
  52. def resolve(tpe: scala.reflect.macros.Universe.Type, ctx: ResolutionContext, specFD: FieldDecorations = FieldDecorations.Empty): SchemaType
    Definition Classes
    Macroses → UCommons
  53. 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
  54. def resolveSumTypeRecursively(tpe: scala.reflect.macros.Universe.Type, include: (scala.reflect.macros.Universe.Type) ⇒ Boolean, otherwise: (scala.reflect.macros.Universe.Symbol) ⇒ scala.reflect.macros.Universe.Type): Seq[scala.reflect.macros.Universe.Type]
    Definition Classes
    UCommons
  55. def signature(tpe: scala.reflect.macros.Universe.Type): String
    Definition Classes
    USignatures
  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. def transformSchema(in: SchemaType)(pf: PartialFunction[SchemaType, SchemaType]): SchemaType
    Definition Classes
    SchemaTypes
  59. def validateNonValueCaseClass[T](tpe: scala.reflect.macros.Universe.Type, prefix: String)(block: ⇒ T): T
    Definition Classes
    UCommons
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. val warn: (String) ⇒ Unit
    Definition Classes
    ULogging
  64. 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
  65. object DefinitionKey
    Definition Classes
    UTypeAnnotations
  66. object EnumItem
    Definition Classes
    UEnums
  67. object SchemaType
    Definition Classes
    SchemaTypes
  68. object Texts extends Serializable
    Definition Classes
    UTypeAnnotations
  69. object TypeAnnotations extends Serializable
    Definition Classes
    UTypeAnnotations
  70. 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 UJsonValueType

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