Packages

c

json.schema.derived

DerivedSchemaMacros

class DerivedSchemaMacros extends MacroCake

Linear Supertypes
MacroCake, UScalaParsers, UFieldDecorations, UJsonValueType, UTypeAnnotations, USumTypes, UProductTypes, UValueTypes, URecursiveTypes, UEnums, UDictionaries, UArrays, UScaladocs, ExtractScaladoc, AnnotationSupport, USignatures, UImplicits, UCommons, ULogging, SchemaTypes, UContext, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DerivedSchemaMacros
  2. MacroCake
  3. UScalaParsers
  4. UFieldDecorations
  5. UJsonValueType
  6. UTypeAnnotations
  7. USumTypes
  8. UProductTypes
  9. UValueTypes
  10. URecursiveTypes
  11. UEnums
  12. UDictionaries
  13. UArrays
  14. UScaladocs
  15. ExtractScaladoc
  16. AnnotationSupport
  17. USignatures
  18. UImplicits
  19. UCommons
  20. ULogging
  21. SchemaTypes
  22. UContext
  23. AnyRef
  24. 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 DerivedSchemaMacros(c: Context)

Type Members

  1. implicit class AnnotaionOps extends AnyRef
    Definition Classes
    AnnotationSupport
  2. class ArrExtractor extends AnyRef
    Definition Classes
    UArrays
  3. class CaseClassExtractor extends AnyRef
    Definition Classes
    UProductTypes
  4. class CaseObjectExtractor extends AnyRef
    Definition Classes
    UProductTypes
  5. case class CaseObjectSymbol extends Product with Serializable
    Definition Classes
    UProductTypes
  6. sealed trait DefinitionKey extends AnyRef
    Definition Classes
    UTypeAnnotations
  7. class DictionaryExtractor extends AnyRef
    Definition Classes
    UDictionaries
  8. case class Discriminator extends Product with Serializable
    Definition Classes
    UTypeAnnotations
  9. case class DiscriminatorKey extends Product with Serializable
    Definition Classes
    UTypeAnnotations
  10. class EnumExtractor extends AnyRef
    Definition Classes
    UEnums
  11. case class EnumFamily extends Product with Serializable
    Definition Classes
    UEnums
  12. sealed trait EnumItem extends AnyRef
    Definition Classes
    UEnums
  13. case class Field extends Product with Serializable
    Definition Classes
    UCommons
  14. type FieldDecorations = Map[String, String]
    Definition Classes
    UFieldDecorations
  15. class Implicit extends AnyRef
    Definition Classes
    UImplicits
  16. class JsonValueTypeExtractor extends AnyRef
    Definition Classes
    UJsonValueType
  17. implicit class OptionCompanionOps extends AnyRef
    Definition Classes
    UCommons
  18. class RecursiveTypes extends AnyRef
    Definition Classes
    URecursiveTypes
  19. class ResolutionContext extends AnyRef
    Definition Classes
    UCommons
  20. sealed trait SchemaType extends Product
    Definition Classes
    SchemaTypes
  21. implicit class SomeCompanionOps extends AnyRef
    Definition Classes
    UCommons
  22. class SumTypeEnumExtractor extends AnyRef
    Definition Classes
    UEnums
  23. class SumTypeExtractor extends AnyRef
    Definition Classes
    USumTypes
  24. case class Texts extends Product with Serializable
    Definition Classes
    UTypeAnnotations
  25. case class TypeAnnotations extends Product with Serializable
    Definition Classes
    UTypeAnnotations
  26. class TypeOps extends AnyRef
    Definition Classes
    UCommons
  27. 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 DerivedSchemaMacros toany2stringadd[DerivedSchemaMacros] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DerivedSchemaMacros, B)
    Implicit
    This member is added by an implicit conversion from DerivedSchemaMacros toArrowAssoc[DerivedSchemaMacros] 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
    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
    DerivedSchemaMacros → ExtractScaladoc → AnnotationSupport → UContext
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  21. val dbg: (String) => Unit
    Definition Classes
    ULogging
  22. val debugEnabled: Boolean
    Definition Classes
    ULogging
  23. def deriveDerivedSchema[T](implicit T: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[DerivedSchema[T]]
  24. def deriveInternal[T, S[_]](specFD: FieldDecorations, noImplicitSearch: Boolean)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[S[T]]
    Attributes
    protected
    Definition Classes
    MacroCake
  25. def deriveObjectSchema[T](decorations: scala.reflect.macros.whitebox.Context.Expr[(String, String)]*)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[object[T]]
    Definition Classes
    MacroCake
  26. def derivePredef[T](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[Predef[T]]
    Definition Classes
    MacroCake
  27. def deriveSchema[T](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[Schema[T]]
    Definition Classes
    MacroCake
  28. def deriveSignature[T](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[TypeSignature[T]]
    Definition Classes
    MacroCake
  29. def ensuring(cond: (DerivedSchemaMacros) => Boolean, msg: => Any): DerivedSchemaMacros
    Implicit
    This member is added by an implicit conversion from DerivedSchemaMacros toEnsuring[DerivedSchemaMacros] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: (DerivedSchemaMacros) => Boolean): DerivedSchemaMacros
    Implicit
    This member is added by an implicit conversion from DerivedSchemaMacros toEnsuring[DerivedSchemaMacros] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean, msg: => Any): DerivedSchemaMacros
    Implicit
    This member is added by an implicit conversion from DerivedSchemaMacros toEnsuring[DerivedSchemaMacros] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: Boolean): DerivedSchemaMacros
    Implicit
    This member is added by an implicit conversion from DerivedSchemaMacros toEnsuring[DerivedSchemaMacros] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  35. val err: (String) => Unit
    Definition Classes
    ULogging
  36. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  37. def forNonValueCaseClass[T](tpe: scala.reflect.macros.Universe.Type)(block: => T): Option[T]
    Definition Classes
    UCommons
  38. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DerivedSchemaMacros toStringFormat[DerivedSchemaMacros] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  39. def fromAnnotatedType(t: scala.reflect.macros.Universe.Type): Option[Scaladoc]
    Definition Classes
    ExtractScaladoc
  40. def fromAttachment: Option[Scaladoc]
    Definition Classes
    ExtractScaladoc
  41. def fromSourceCode(pos: scala.reflect.macros.Universe.Position): Option[Scaladoc]
    Definition Classes
    ExtractScaladoc
  42. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  43. def getTypeScaladoc(tpe: scala.reflect.macros.Universe.Type): Option[Scaladoc]
    Definition Classes
    UScaladocs
  44. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. val info: (String) => Unit
    Definition Classes
    ULogging
  46. lazy val is211: Boolean
    Definition Classes
    UCommons
  47. def isCaseClass(x: scala.reflect.macros.Universe.Type): Boolean
    Definition Classes
    UCommons
  48. def isCaseObject(x: scala.reflect.macros.Universe.SymbolApi): Boolean
    Definition Classes
    UCommons
  49. def isCaseObject(x: scala.reflect.macros.Universe.Type): Boolean
    Definition Classes
    UCommons
  50. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  51. def isSealed(x: scala.reflect.macros.Universe.Type): Boolean
    Definition Classes
    UCommons
  52. implicit def mkTypeOps(x: scala.reflect.macros.Universe.Type): TypeOps
    Definition Classes
    UCommons
  53. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. def parseFCQN(x: String): scala.reflect.macros.Universe.Tree
    Definition Classes
    UScalaParsers
  57. def parseParameter(sym: scala.reflect.macros.Universe.TermSymbol): ParsedParameter
    Definition Classes
    UScalaParsers
  58. def resolve(tpe: scala.reflect.macros.Universe.Type, ctx: ResolutionContext, specFD: FieldDecorations, noImplicitSearch: Boolean): SchemaType
    Definition Classes
    MacroCake → UCommons
  59. 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
  60. 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
  61. def signature(tpe: scala.reflect.macros.Universe.Type): String
    Definition Classes
    USignatures
  62. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. def transformSchema(in: SchemaType)(pf: PartialFunction[SchemaType, SchemaType]): SchemaType
    Definition Classes
    SchemaTypes
  65. def validateNonValueCaseClass[T](tpe: scala.reflect.macros.Universe.Type, prefix: String)(block: => T): T
    Definition Classes
    UCommons
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  69. val warn: (String) => Unit
    Definition Classes
    ULogging

Deprecated Value Members

  1. def [B](y: B): (DerivedSchemaMacros, B)
    Implicit
    This member is added by an implicit conversion from DerivedSchemaMacros toArrowAssoc[DerivedSchemaMacros] 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 MacroCake

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 ExtractScaladoc

Inherited from AnnotationSupport

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 fromDerivedSchemaMacros to any2stringadd[DerivedSchemaMacros]

Inherited by implicit conversion StringFormat fromDerivedSchemaMacros to StringFormat[DerivedSchemaMacros]

Inherited by implicit conversion Ensuring fromDerivedSchemaMacros to Ensuring[DerivedSchemaMacros]

Inherited by implicit conversion ArrowAssoc fromDerivedSchemaMacros to ArrowAssoc[DerivedSchemaMacros]

Ungrouped