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(origin: MatOrigin, typeDefinition: Either[TypeSystemDefinition, ObjectLikeType[Ctx, _]], 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(origin: MatOrigin, directive: DirectiveDefinition): Option[Directive]

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

    Permalink
  10. def buildField(origin: MatOrigin, typeDefinition: Either[TypeDefinition, ObjectLikeType[Ctx, _]], extensions: Vector[ObjectLikeTypeExtensionDefinition], field: FieldDefinition): Option[Field[Ctx, Any]]

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

    Permalink
  12. def buildInputField(origin: MatOrigin, typeDef: Either[InputObjectTypeDefinition, InputObjectType[_]], value: InputValueDefinition, extensions: Vector[InputObjectTypeExtensionDefinition]): Option[InputField[Any]]

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

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

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

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

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

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

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

    Permalink
  20. def clone(): AnyRef

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

    Permalink
  22. val document: Document

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

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

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

    Permalink
  26. def extendArgument(origin: MatOrigin, tpe: Option[ObjectLikeType[Ctx, _]], field: Field[Ctx, Any], argument: Argument[_]): Argument[Any]

    Permalink
  27. def extendEnumType(origin: MatOrigin, tpe: EnumType[_]): EnumType[_1041] forSome {type _1041 >: _$43, type _$43}

    Permalink
  28. def extendField(origin: MatOrigin, tpe: Option[ObjectLikeType[Ctx, _]], field: Field[Ctx, _]): Field[Ctx, Any]

    Permalink
  29. def extendFields(origin: MatOrigin, tpe: ObjectLikeType[Ctx, _], extensions: Vector[ObjectLikeTypeExtensionDefinition]): List[Field[Ctx, Any]]

    Permalink
  30. def extendInputField(origin: MatOrigin, tpe: InputObjectType[_], field: InputField[_]): InputField[Any]

    Permalink
  31. def extendInputObjectType(origin: MatOrigin, tpe: InputObjectType[_]): InputObjectType[_]

    Permalink
  32. def extendInterfaceType(origin: MatOrigin, tpe: InterfaceType[Ctx, _]): InterfaceType[Ctx, Any]

    Permalink
  33. def extendInterfaces(origin: MatOrigin, tpe: ObjectType[Ctx, _], extensions: Vector[ObjectTypeExtensionDefinition]): List[InterfaceType[Ctx, Any]]

    Permalink
  34. def extendObjectType(origin: MatOrigin, tpe: ObjectType[Ctx, _]): ObjectType[Ctx, Any]

    Permalink
  35. def extendScalarAlias(origin: MatOrigin, alias: ScalarAlias[Any, Any]): ScalarAlias[Any, Any]

    Permalink
  36. def extendType(origin: MatOrigin, existingType: Type with Named): Type with Named

    Permalink
  37. def extendUnionType(origin: MatOrigin, tpe: UnionType[Ctx]): UnionType[Ctx]

    Permalink
  38. def findEnumExtensions(typeName: String): Vector[EnumTypeExtensionDefinition]

    Permalink
  39. def findInputObjectExtensions(typeName: String): Vector[InputObjectTypeExtensionDefinition]

    Permalink
  40. def findInterfaceExtensions(typeName: String): Vector[InterfaceTypeExtensionDefinition]

    Permalink
  41. def findObjectExtensions(typeName: String): Vector[ObjectTypeExtensionDefinition]

    Permalink
  42. def findScalarExtensions(typeName: String): Vector[ScalarTypeExtensionDefinition]

    Permalink
  43. def findUnionExtensions(typeName: String): Vector[UnionTypeExtensionDefinition]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  47. def getInputType(origin: MatOrigin, tpe: ast.Type, replacementNamedType: Option[InputType[_]] = None, optional: Boolean = true): InputType[_]

    Permalink
  48. def getInputTypeFromExistingType(origin: MatOrigin, tpe: InputType[_]): InputType[Any]

    Permalink
  49. def getInterfaceType(origin: MatOrigin, tpe: NamedType): InterfaceType[Ctx, Any]

    Permalink
  50. def getNamedType(origin: MatOrigin, tpe: MaterializedType): Option[Type with Named]

    Permalink
  51. def getNamedType(origin: MatOrigin, typeName: String, location: Option[AstLocation]): Type with Named

    Permalink
  52. def getObjectType(origin: MatOrigin, tpe: NamedType): ObjectType[Ctx, Any]

    Permalink
  53. def getOutputType(origin: MatOrigin, tpe: ast.Type, replacementNamedType: Option[OutputType[_]] = None, optional: Boolean = true): OutputType[_]

    Permalink
  54. def getScalarType(origin: MatOrigin, tpe: NamedType): ScalarType[Any]

    Permalink
  55. def getTypeFromDef[T <: Type with Named](origin: MatOrigin, tpe: T): T

    Permalink
  56. def getTypeFromExistingType(origin: MatOrigin, tpe: OutputType[_]): OutputType[Any]

    Permalink
  57. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  62. def resolveAllLazyFields(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  65. def validateDefinitions: Vector[Violation]

    Permalink
  66. def validateExtensions(schema: Schema[Ctx, _]): Vector[Violation]

    Permalink
  67. final def wait(arg0: Long, arg1: Int): Unit

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

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

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

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 AnyRef

Inherited from Any

Ungrouped