Class

com.github.andyglow.jsonschema

Macroses

Related Doc: package jsonschema

Permalink

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)

    Permalink

Type Members

  1. class ArrExtractor extends AnyRef

    Permalink
    Definition Classes
    UArrays
  2. class CaseClassExtractor extends AnyRef

    Permalink
    Definition Classes
    UProductTypes
  3. sealed trait DefinitionKey extends AnyRef

    Permalink
    Definition Classes
    UTypeAnnotations
  4. class DictionaryExtractor extends AnyRef

    Permalink
    Definition Classes
    UDictionaries
  5. final case class Discriminator extends Product with Serializable

    Permalink
    Definition Classes
    UTypeAnnotations
  6. final case class DiscriminatorKey extends Product with Serializable

    Permalink
    Definition Classes
    UTypeAnnotations
  7. class EnumExtractor extends AnyRef

    Permalink
    Definition Classes
    UEnums
  8. case class Field extends Product with Serializable

    Permalink
    Definition Classes
    UCommons
  9. type FieldDecorations = Map[String, String]

    Permalink

    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

    Permalink
    Definition Classes
    UCommons
  11. class RecursiveTypes extends AnyRef

    Permalink
    Definition Classes
    URecursiveTypes
  12. class ResolutionContext extends AnyRef

    Permalink
    Definition Classes
    UCommons
  13. sealed trait SchemaType extends AnyRef

    Permalink
    Definition Classes
    SchemaTypes
  14. implicit class SomeCompanionOps extends AnyRef

    Permalink
    Definition Classes
    UCommons
  15. class SumTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    USumTypes
  16. final case class Texts extends Product with Serializable

    Permalink
    Definition Classes
    UTypeAnnotations
  17. case class TypeAnnotations extends Product with Serializable

    Permalink
    Definition Classes
    UTypeAnnotations
  18. class ValueClassExtractor extends AnyRef

    Permalink
    Definition Classes
    UValueTypes

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    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)

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef → Any
  6. val Arr: ArrExtractor

    Permalink
    Definition Classes
    UArrays
  7. val CaseClass: CaseClassExtractor

    Permalink
    Definition Classes
    UProductTypes
  8. object DefinitionKey

    Permalink
    Definition Classes
    UTypeAnnotations
  9. val Dict: DictionaryExtractor

    Permalink
    Definition Classes
    UDictionaries
  10. val Enum: EnumExtractor

    Permalink
    Definition Classes
    UEnums
  11. object FieldDecorations

    Permalink
    Definition Classes
    UFieldDecorations
  12. object Implicit

    Permalink
    Definition Classes
    UImplicits
  13. object SchemaType

    Permalink
    Definition Classes
    SchemaTypes
  14. val SumType: SumTypeExtractor

    Permalink
    Definition Classes
    USumTypes
  15. object Texts extends Serializable

    Permalink
    Definition Classes
    UTypeAnnotations
  16. object TypeAnnotations extends Serializable

    Permalink
    Definition Classes
    UTypeAnnotations
  17. val U: SchemaType.type

    Permalink
    Definition Classes
    UCommons
  18. val ValueClass: ValueClassExtractor

    Permalink
    Definition Classes
    UValueTypes
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. implicit def asSome[T](x: T): Option[T]

    Permalink
    Definition Classes
    UCommons
  21. val c: Context

    Permalink
    Definition Classes
    Macroses → UContext
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  23. val dbg: (String) ⇒ Unit

    Permalink
    Definition Classes
    ULogging
  24. val debugEnabled: Boolean

    Permalink
    Definition Classes
    ULogging
  25. 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]]

    Permalink

    Derives an Object Schema

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

    Permalink

    Derives a Predef

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

    Permalink

    Derives a Schema

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

    Permalink

    Type Signature

  29. def ensuring(cond: (Macroses) ⇒ Boolean, msg: ⇒ Any): Macroses

    Permalink
    Implicit information
    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: (Macroses) ⇒ Boolean): Macroses

    Permalink
    Implicit information
    This member is added by an implicit conversion from Macroses to Ensuring[Macroses] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean, msg: ⇒ Any): Macroses

    Permalink
    Implicit information
    This member is added by an implicit conversion from Macroses to Ensuring[Macroses] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: Boolean): Macroses

    Permalink
    Implicit information
    This member is added by an implicit conversion from Macroses to Ensuring[Macroses] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  35. val err: (String) ⇒ Nothing

    Permalink
    Definition Classes
    ULogging
  36. def forNonValueCaseClass[T](tpe: scala.reflect.macros.Universe.Type)(block: ⇒ T): Option[T]

    Permalink
    Definition Classes
    UCommons
  37. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    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()
  38. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  39. def getTypeScaladoc(tpe: scala.reflect.macros.Universe.Type): Option[Scaladoc]

    Permalink
    Definition Classes
    UScaladocs
  40. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  43. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  44. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  45. def parseFCQN(x: String): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    UScalaParsers
  46. def parseParameter(sym: scala.reflect.macros.Universe.TermSymbol): ParsedParameter

    Permalink
    Definition Classes
    UScalaParsers
  47. def resolve(tpe: scala.reflect.macros.Universe.Type, ctx: ResolutionContext, specFD: FieldDecorations = FieldDecorations.Empty): SchemaType

    Permalink
    Definition Classes
    Macroses → UCommons
  48. 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

    Permalink
    Definition Classes
    UCommons
  49. def signature(tpe: scala.reflect.macros.Universe.Type): String

    Permalink
    Definition Classes
    USignatures
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  51. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  52. def transformSchema(in: SchemaType)(pf: PartialFunction[SchemaType, SchemaType]): SchemaType

    Permalink
    Definition Classes
    SchemaTypes
  53. def validateNonValueCaseClass[T](tpe: scala.reflect.macros.Universe.Type, prefix: String)(block: ⇒ T): T

    Permalink
    Definition Classes
    UCommons
  54. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. val warn: (String) ⇒ Unit

    Permalink
    Definition Classes
    ULogging
  58. def [B](y: B): (Macroses, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Macroses to ArrowAssoc[Macroses] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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