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: List[FieldDefinition], extensions: List[TypeExtensionDefinition]): List[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: List[NamedType], extensions: List[TypeExtensionDefinition]): List[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. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

    Permalink
  31. def finalize(): Unit

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

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

    Permalink
  34. def findUnusedTypes(): (Set[String], List[Type with Named])

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

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

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

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

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

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

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

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

    Permalink
  43. def hashCode(): Int

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

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

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

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

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

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

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

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

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

    Permalink
  53. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped