Packages

class IntrospectionSchemaMaterializer[Ctx, T] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntrospectionSchemaMaterializer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntrospectionSchemaMaterializer(introspectionResult: T, builder: IntrospectionSchemaBuilder[Ctx])(implicit arg0: InputUnmarshaller[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. lazy val build: Schema[Ctx, Any]
  6. def buildArgument(fieldDef: Option[IntrospectionField], value: IntrospectionInputValue): Option[Argument[Any]]
  7. def buildDefault(defaultValue: Option[String]): Option[(ast.Value, ToInput[Nothing, ast.Value])]
  8. def buildDirective(directive: IntrospectionDirective): Option[Directive]
  9. def buildEnumDef(tpe: IntrospectionEnumType): Option[EnumType[Any]]
  10. def buildEnumValue(tpe: IntrospectionEnumType, value: IntrospectionEnumValue): Option[EnumValue[Any]]
  11. def buildField(typeDef: IntrospectionType, field: IntrospectionField): Option[Field[Ctx, Any]]
  12. def buildInputField(tpe: IntrospectionInputObjectType, value: IntrospectionInputValue): Option[InputField[Any]]
  13. def buildInputObjectDef(tpe: IntrospectionInputObjectType): Option[InputObjectType[DefaultInput]]
  14. def buildInterfaceDef(tpe: IntrospectionInterfaceType): Option[InterfaceType[Ctx, Any]]
  15. def buildObjectDef(tpe: IntrospectionObjectType): Option[ObjectType[Ctx, Any]]
  16. def buildScalarDef(tpe: IntrospectionScalarType): Option[ScalarType[Any]]
  17. def buildType(tpe: IntrospectionType): Option[Type with Named]
  18. def buildUnionDef(tpe: IntrospectionUnionType): Option[UnionType[Ctx]]
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def findUnusedTypes(allTypes: Seq[IntrospectionType]): List[Type with Named]
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def getInputType(typeRef: IntrospectionTypeRef, optional: Boolean = true): InputType[_]
  26. def getInterfaceType(typeRef: IntrospectionTypeRef): InterfaceType[Ctx, Any]
  27. def getNamedType(typeName: String): Type with Named
  28. def getObjectType(typeRef: IntrospectionTypeRef): ObjectType[Ctx, Any]
  29. def getOutputType(typeRef: IntrospectionTypeRef, optional: Boolean = true): OutputType[_]
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped