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 UTypeDecorations with UFieldDecorations

Linear Supertypes
UFieldDecorations, UTypeDecorations, 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. UFieldDecorations
  3. UTypeDecorations
  4. USumTypes
  5. UProductTypes
  6. UValueTypes
  7. URecursiveTypes
  8. UEnums
  9. UDictionaries
  10. UArrays
  11. UScaladocs
  12. USignatures
  13. UImplicits
  14. UCommons
  15. ULogging
  16. SchemaTypes
  17. UContext
  18. AnyRef
  19. 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. class DictionaryExtractor extends AnyRef
    Definition Classes
    UDictionaries
  4. class EnumExtractor extends AnyRef
    Definition Classes
    UEnums
  5. case class Field extends Product with Serializable
    Definition Classes
    UCommons
  6. 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
  7. implicit class OptionCompanionOps extends AnyRef
    Definition Classes
    UCommons
  8. class RecursiveTypes extends AnyRef
    Definition Classes
    URecursiveTypes
  9. class ResolutionContext extends AnyRef
    Definition Classes
    UCommons
  10. sealed trait SchemaType extends AnyRef
    Definition Classes
    SchemaTypes
  11. implicit class SomeCompanionOps extends AnyRef
    Definition Classes
    UCommons
  12. class SumTypeExtractor extends AnyRef
    Definition Classes
    USumTypes
  13. case class TypeDecoration extends Product with Serializable
    Definition Classes
    UTypeDecorations
  14. 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 resolve(tpe: scala.reflect.macros.Universe.Type, ctx: ResolutionContext, specFD: FieldDecorations = FieldDecorations.Empty): SchemaType
    Definition Classes
    Macroses → UCommons
  40. 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
  41. def signature(tpe: scala.reflect.macros.Universe.Type): String
    Definition Classes
    USignatures
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def transformSchema(in: SchemaType)(pf: PartialFunction[SchemaType, SchemaType]): SchemaType
    Definition Classes
    SchemaTypes
  45. def validateNonValueCaseClass[T](tpe: scala.reflect.macros.Universe.Type, prefix: String)(block: => T): T
    Definition Classes
    UCommons
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. val warn: (String) => Unit
    Definition Classes
    ULogging
  50. object Implicit
    Definition Classes
    UImplicits
  51. object SchemaType
    Definition Classes
    SchemaTypes
  52. object TypeDecoration extends Serializable
    Definition Classes
    UTypeDecorations
  53. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  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 UFieldDecorations

Inherited from UTypeDecorations

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