Packages

o

sangria.schema

IntrospectionNamesValidator

object IntrospectionNamesValidator extends SchemaElementValidator

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntrospectionNamesValidator
  2. SchemaElementValidator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def location(elem: HasAstInfo): List[AstLocation]
    Definition Classes
    SchemaElementValidator
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def sourceMapper(schema: Schema[_, _]): Option[SourceMapper]
    Definition Classes
    SchemaElementValidator
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. def validateDirective(schema: Schema[_, _], tpe: Directive): Vector[Violation]
  19. def validateDirectiveArgument(schema: Schema[_, _], tpe: Directive, argument: Argument[_]): Vector[Violation]
  20. def validateEnumType(schema: Schema[_, _], tpe: EnumType[_]): Vector[InvalidTypeNameViolation]
  21. def validateEnumValue(schema: Schema[_, _], tpe: EnumType[_], value: EnumValue[_]): Vector[Violation]
  22. def validateField(schema: Schema[_, _], tpe: ObjectLikeType[_, _], field: Field[_, _]): Vector[Violation]
  23. def validateFieldArgument(schema: Schema[_, _], tpe: ObjectLikeType[_, _], field: Field[_, _], argument: Argument[_]): Vector[Violation]
  24. def validateInputField(schema: Schema[_, _], tpe: InputObjectType[_], field: InputField[_]): Vector[Violation]
  25. def validateInputObjectType(schema: Schema[_, _], tpe: InputObjectType[_]): Vector[InvalidTypeNameViolation]
  26. def validateInterfaceType(schema: Schema[_, _], tpe: InterfaceType[_, _]): Vector[InvalidTypeNameViolation]
  27. def validateObjectType(schema: Schema[_, _], tpe: ObjectType[_, _]): Vector[InvalidTypeNameViolation]
  28. def validateScalarType(schema: Schema[_, _], tpe: ScalarType[_]): Vector[InvalidTypeNameViolation]
  29. def validateType(schema: Schema[_, _], tpe: Type with Named with HasAstInfo, kind: String): Vector[InvalidTypeNameViolation]
  30. def validateUnionType(schema: Schema[_, _], tpe: UnionType[_]): Vector[InvalidTypeNameViolation]
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SchemaElementValidator

Inherited from AnyRef

Inherited from Any

Ungrouped