Class/Object

sangria.schema

AstSchemaMaterializer

Related Docs: object AstSchemaMaterializer | package schema

Permalink

class AstSchemaMaterializer[Ctx] extends AnyRef

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

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. lazy val build: Schema[Ctx, Any]

    Permalink
  6. def buildArgument(typeDefinition: TypeSystemDefinition, fieldDef: Option[FieldDefinition], value: InputValueDefinition): Option[Argument[Any]]

    Permalink
  7. def buildDefault(defaultValue: Option[ast.Value]): Option[(ast.Value, ToInput[Nothing, ast.Value])]

    Permalink
  8. def buildDirective(directive: DirectiveDefinition): Option[Directive]

    Permalink
  9. def buildDirectiveLocation(loc: DirectiveLocation): DirectiveLocation.Value

    Permalink
  10. def buildField(typeDefinition: TypeDefinition, field: FieldDefinition): Option[Field[Ctx, Any]]

    Permalink
  11. def buildFields(tpe: TypeDefinition, fieldDefs: Vector[FieldDefinition], extensions: Vector[TypeExtensionDefinition]): Vector[Field[Ctx, Any]]

    Permalink
  12. def buildInputField(typeDef: InputObjectTypeDefinition, value: InputValueDefinition): Option[InputField[Any]]

    Permalink
  13. def buildInputObjectDef(tpe: InputObjectTypeDefinition): Option[InputObjectType[DefaultInput]]

    Permalink
  14. def buildInterfaceDef(tpe: InterfaceTypeDefinition): Option[InterfaceType[Ctx, Any]]

    Permalink
  15. def buildInterfaces(tpe: ObjectTypeDefinition, interfaces: Vector[NamedType], extensions: Vector[TypeExtensionDefinition]): Vector[InterfaceType[Ctx, Any]]

    Permalink
  16. def buildObjectDef(tpe: ObjectTypeDefinition): Option[ObjectType[Ctx, Any]]

    Permalink
  17. def buildScalarDef(tpe: ScalarTypeDefinition): Option[ScalarType[Any]]

    Permalink
  18. def buildType(definition: TypeDefinition): Option[Type with Named]

    Permalink
  19. def buildUnionDef(tpe: UnionTypeDefinition): Option[UnionType[Ctx]]

    Permalink
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. lazy val definitions: Vector[Named]

    Permalink
  22. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def extend[Val](schema: Schema[Ctx, Val]): Schema[Ctx, Val]

    Permalink
  25. def extendField(tpe: ObjectLikeType[Ctx, _], field: Field[Ctx, _]): Field[Ctx, Any]

    Permalink
  26. def extendFields(tpe: ObjectLikeType[Ctx, _], extensions: Vector[TypeExtensionDefinition]): List[Field[Ctx, Any]]

    Permalink
  27. def extendInterfaceType(tpe: InterfaceType[Ctx, _]): InterfaceType[Ctx, Any]

    Permalink
  28. def extendInterfaces(tpe: ObjectType[Ctx, _], extensions: Vector[TypeExtensionDefinition]): List[InterfaceType[Ctx, Any]]

    Permalink
  29. def extendObjectType(tpe: ObjectType[Ctx, _]): ObjectType[Ctx, Any]

    Permalink
  30. def extendScalarAlias(alias: ScalarAlias[Any, Any]): ScalarAlias[Any, Any]

    Permalink
  31. def extendType(existingType: Type with Named): Type with Named

    Permalink
  32. def extendUnionType(tpe: UnionType[Ctx]): UnionType[Ctx]

    Permalink
  33. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def findExtensions(typeName: String): Vector[TypeExtensionDefinition]

    Permalink
  35. def findUnusedTypes(schema: Schema[_, _], referenced: Set[String]): Vector[Type with Named]

    Permalink
  36. def findUnusedTypes(): (Set[String], Vector[Type with Named])

    Permalink
  37. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  38. def getInputType(tpe: ast.Type, optional: Boolean = true): InputType[_]

    Permalink
  39. def getInterfaceType(tpe: NamedType): InterfaceType[Ctx, Any]

    Permalink
  40. def getNamedType(typeName: String): Type with Named

    Permalink
  41. def getObjectType(tpe: NamedType): ObjectType[Ctx, Any]

    Permalink
  42. def getOutputType(tpe: ast.Type, optional: Boolean = true): OutputType[_]

    Permalink
  43. def getTypeFromDef[T <: Type with Named](tpe: T): T

    Permalink
  44. def getTypeFromExistingType(tpe: OutputType[_]): OutputType[Any]

    Permalink
  45. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  46. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  50. def resolveAllLazyFields(): Unit

    Permalink
  51. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  53. def validateDefinitions(): Unit

    Permalink
  54. def validateExtensions(schema: Schema[Ctx, _]): Unit

    Permalink
  55. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped