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. Protected

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. final case class Discriminator extends Product with Serializable
    Definition Classes
    UTypeAnnotations
  6. final 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. implicit class OptionCompanionOps extends AnyRef
    Definition Classes
    UCommons
  11. class RecursiveTypes extends AnyRef
    Definition Classes
    URecursiveTypes
  12. class ResolutionContext extends AnyRef
    Definition Classes
    UCommons
  13. sealed trait SchemaType extends AnyRef
    Definition Classes
    SchemaTypes
  14. implicit class SomeCompanionOps extends AnyRef
    Definition Classes
    UCommons
  15. class SumTypeExtractor extends AnyRef
    Definition Classes
    USumTypes
  16. final case class Texts extends Product with Serializable
    Definition Classes
    UTypeAnnotations
  17. case class TypeAnnotations extends Product with Serializable
    Definition Classes
    UTypeAnnotations
  18. 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 toany2stringadd[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 toArrowAssoc[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 SumType: SumTypeExtractor
    Definition Classes
    USumTypes
  11. val U: SchemaType
    Definition Classes
    UCommons
  12. val ValueClass: ValueClassExtractor
    Definition Classes
    UValueTypes
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. implicit def asSome[T](x: T): Option[T]
    Definition Classes
    UCommons
  15. val c: Context
    Definition Classes
    Macroses → UContext
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  17. val dbg: (String) => Unit
    Definition Classes
    ULogging
  18. val debugEnabled: Boolean
    Definition Classes
    ULogging
  19. 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

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

    Derives a Predef

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

    Derives a Schema

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

    Type Signature

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

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

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 fromMacroses to any2stringadd[Macroses]

Inherited by implicit conversion StringFormat fromMacroses to StringFormat[Macroses]

Inherited by implicit conversion Ensuring fromMacroses to Ensuring[Macroses]

Inherited by implicit conversion ArrowAssoc fromMacroses to ArrowAssoc[Macroses]

Ungrouped