Trait

sangria.schema

ObjectLikeType

Related Doc: package schema

Permalink

sealed trait ObjectLikeType[Ctx, Val] extends OutputType[Val] with CompositeType[Val] with NullableType with UnmodifiedType with Named with HasAstInfo

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObjectLikeType
  2. HasAstInfo
  3. UnmodifiedType
  4. NullableType
  5. CompositeType
  6. Named
  7. HasDescription
  8. OutputType
  9. Type
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def astDirectives: Vector[ast.Directive]

    Permalink
    Definition Classes
    HasAstInfo
  2. abstract def astNodes: Vector[AstNode]

    Permalink
    Definition Classes
    HasAstInfo
  3. abstract def description: Option[String]

    Permalink
    Definition Classes
    HasDescription
  4. abstract def fieldsFn: () ⇒ List[Field[Ctx, Val]]

    Permalink
  5. abstract def interfaces: List[InterfaceType[Ctx, _]]

    Permalink
  6. abstract def name: String

    Permalink
    Definition Classes
    Named
  7. abstract def rename(newName: String): ObjectLikeType.this.type

    Permalink
    Definition Classes
    Named

Concrete 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. lazy val allInterfaces: Vector[InterfaceType[Ctx, _]]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. lazy val fields: Vector[Field[Ctx, _]]

    Permalink
  10. lazy val fieldsByName: Map[String, Vector[Field[Ctx, _]]]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def getField(schema: Schema[_, _], fieldName: String): Vector[Field[Ctx, _]]

    Permalink
  13. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  15. def namedType: Type with Named

    Permalink
    Definition Classes
    Type
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. lazy val ownFields: Vector[Field[Ctx, Val]]

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

    Permalink
    Definition Classes
    AnyRef
  21. def toAst: TypeDefinition

    Permalink
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. lazy val uniqueFields: Vector[Field[Ctx, _]]

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

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

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

Inherited from UnmodifiedType

Inherited from NullableType

Inherited from CompositeType[Val]

Inherited from Named

Inherited from HasDescription

Inherited from OutputType[Val]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped