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 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. 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. class DictionaryExtractor extends AnyRef

    Permalink
    Definition Classes
    UDictionaries
  4. class EnumExtractor extends AnyRef

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

    Permalink
    Definition Classes
    UCommons
  6. 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
  7. implicit class OptionCompanionOps extends AnyRef

    Permalink
    Definition Classes
    UCommons
  8. class RecursiveTypes extends AnyRef

    Permalink
    Definition Classes
    URecursiveTypes
  9. class ResolutionContext extends AnyRef

    Permalink
    Definition Classes
    UCommons
  10. sealed trait SchemaType extends AnyRef

    Permalink
    Definition Classes
    SchemaTypes
  11. implicit class SomeCompanionOps extends AnyRef

    Permalink
    Definition Classes
    UCommons
  12. class SumTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    USumTypes
  13. case class TypeDecoration extends Product with Serializable

    Permalink
    Definition Classes
    UTypeDecorations
  14. 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. val Dict: DictionaryExtractor

    Permalink
    Definition Classes
    UDictionaries
  9. val Enum: EnumExtractor

    Permalink
    Definition Classes
    UEnums
  10. object FieldDecorations

    Permalink
    Definition Classes
    UFieldDecorations
  11. object Implicit

    Permalink
    Definition Classes
    UImplicits
  12. object SchemaType

    Permalink
    Definition Classes
    SchemaTypes
  13. val SumType: SumTypeExtractor

    Permalink
    Definition Classes
    USumTypes
  14. object TypeDecoration extends Serializable

    Permalink
    Definition Classes
    UTypeDecorations
  15. val U: SchemaType.type

    Permalink
    Definition Classes
    UCommons
  16. val ValueClass: ValueClassExtractor

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

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

    Permalink
    Definition Classes
    UCommons
  19. val c: Context

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

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

    Permalink
    Definition Classes
    ULogging
  22. val debugEnabled: Boolean

    Permalink
    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]]

    Permalink

    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]]

    Permalink

    Derives a Predef

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

    Permalink

    Derives a Schema

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

    Permalink

    Type Signature

  27. 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
  28. 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
  29. 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
  30. 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
  31. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    UCommons
  35. 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()
  36. final def getClass(): Class[_]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  43. def resolve(tpe: scala.reflect.macros.Universe.Type, ctx: ResolutionContext, specFD: FieldDecorations = FieldDecorations.Empty): SchemaType

    Permalink
    Definition Classes
    Macroses → UCommons
  44. 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
  45. def signature(tpe: scala.reflect.macros.Universe.Type): String

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

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

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

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

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

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

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

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

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