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

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

Abstract Value Members

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

    Permalink
  2. abstract def description: Option[String]

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

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

    Permalink
  5. abstract def name: String

    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
    @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. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

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

    Permalink
  14. def hashCode(): Int

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. lazy val ownFields: Vector[Field[Ctx, Val]]

    Permalink
  21. def removeDuplicates[T, E](list: Vector[T], valueFn: (T) ⇒ E): Vector[T]

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

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

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

    Permalink
  25. final def wait(): Unit

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

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

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

Inherited from UnmodifiedType

Inherited from NullableType

Inherited from CompositeType[Val]

Inherited from Named

Inherited from OutputType[Val]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped