Packages

o

amf.graphql.plugins.parse

GraphQLParsePlugin

object GraphQLParsePlugin extends ApiParsePlugin with GraphQLASTParserHelper

Linear Supertypes
GraphQLASTParserHelper, AntlrASTParserHelper, ApiParsePlugin, CrossSpecRestriction, AMFParsePlugin, AMFPlugin[Root], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphQLParsePlugin
  2. GraphQLASTParserHelper
  3. AntlrASTParserHelper
  4. ApiParsePlugin
  5. CrossSpecRestriction
  6. AMFParsePlugin
  7. AMFPlugin
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Adopt = (AnyShape) ⇒ Unit
    Definition Classes
    GraphQLASTParserHelper

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. def allowRecursiveReferences: Boolean
    Definition Classes
    ApiParsePlugin → AMFParsePlugin
  5. def applies(element: Root): Boolean
    Definition Classes
    GraphQLParsePlugin → AMFPlugin
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def astError(id: String, message: String, annotations: Annotations)(implicit ctx: ParserContext): Unit
    Definition Classes
    AntlrASTParserHelper
  8. def cleanDocumentation(doc: String): String
    Definition Classes
    GraphQLASTParserHelper
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def collect(node: ASTElement, names: Seq[String]): Seq[ASTElement]
    Definition Classes
    AntlrASTParserHelper
  11. def elementSourceLocation(t: ASTElement): SourceLocation
    Definition Classes
    GraphQLASTParserHelper
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(obj: Any): Boolean
    Definition Classes
    AMFPlugin → AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def find(node: Node, name: String): Seq[ASTElement]
    Definition Classes
    AntlrASTParserHelper
  16. def findDescription(n: ASTElement): Option[Terminal]
    Definition Classes
    GraphQLASTParserHelper
  17. def findName(n: Node, default: String, errorId: String, error: String)(implicit ctx: GraphQLWebApiContext): String
    Definition Classes
    GraphQLASTParserHelper
  18. def findOrLinkType(typeName: String, t: ASTElement)(implicit ctx: GraphQLWebApiContext): AnyShape
    Definition Classes
    GraphQLASTParserHelper
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getTypeName(n: Node): Option[String]
    Definition Classes
    GraphQLASTParserHelper
  21. def getTypeTerminal(n: Node): Option[Terminal]
    Definition Classes
    GraphQLASTParserHelper
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val id: String
    Definition Classes
    AMFParsePlugin → AMFPlugin
  24. def isEnumType(n: Node)(implicit ctx: GraphQLWebApiContext): Boolean
    Definition Classes
    GraphQLASTParserHelper
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isListType(n: Node): Boolean
    Definition Classes
    GraphQLASTParserHelper
  27. def isNamedType(n: Node): Boolean
    Definition Classes
    GraphQLASTParserHelper
  28. def isNullable(n: Node): Boolean
    Definition Classes
    GraphQLASTParserHelper
  29. def isScalarType(n: Node): Boolean
    Definition Classes
    GraphQLASTParserHelper
  30. def maybeNamedNullable(t: Node, typeName: String, parse: (Node, String) ⇒ AnyShape, adopt: Adopt = defaultAdopt)(implicit ctx: GraphQLWebApiContext): AnyShape
    Definition Classes
    GraphQLASTParserHelper
  31. def maybeNullable(t: Node, errorId: String, parse: (Node, String) ⇒ AnyShape, adopt: Adopt = defaultAdopt)(implicit ctx: GraphQLWebApiContext): AnyShape
    Definition Classes
    GraphQLASTParserHelper
  32. def mediaTypes: Seq[String]

    media types which specifies vendors that are parsed by this plugin.

    media types which specifies vendors that are parsed by this plugin.

    Definition Classes
    GraphQLParsePlugin → AMFParsePlugin
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def parse(document: Root, ctx: ParserContext): BaseUnit
    Definition Classes
    GraphQLParsePlugin → AMFParsePlugin
  37. def parseListType(t: Node, errorId: String, adopt: Adopt = defaultAdopt)(implicit ctx: GraphQLWebApiContext): AnyShape
    Definition Classes
    GraphQLASTParserHelper
  38. def parseObjectType(t: Node, errorId: String, adopt: Adopt = defaultAdopt)(implicit ctx: GraphQLWebApiContext): AnyShape
    Definition Classes
    GraphQLASTParserHelper
  39. def parseScalarType(t: Node, errorId: String, adopt: Adopt = defaultAdopt)(implicit ctx: GraphQLWebApiContext): AnyShape
    Definition Classes
    GraphQLASTParserHelper
  40. def parseType(n: Node, errorId: String, adopt: Adopt = defaultAdopt)(implicit ctx: GraphQLWebApiContext): AnyShape
    Definition Classes
    GraphQLASTParserHelper
  41. def path(node: ASTElement, names: Seq[String]): Option[ASTElement]
    Definition Classes
    AntlrASTParserHelper
  42. def pathToTerminal(node: Node, names: Seq[String]): Option[Terminal]
    Definition Classes
    AntlrASTParserHelper
  43. def priority: PluginPriority
    Definition Classes
    ApiParsePlugin → AMFPlugin
  44. def referenceHandler(eh: AMFErrorHandler): ReferenceHandler
    Definition Classes
    GraphQLParsePlugin → ApiParsePlugin → AMFParsePlugin
  45. def restrictCrossSpecReferences(document: Root, ctx: ParserContext): Unit
    Attributes
    protected
    Definition Classes
    CrossSpecRestriction
  46. def restrictCrossSpecReferences(optionalReferencedSpec: Option[Spec], reference: Reference)(implicit errorHandler: AMFErrorHandler): Unit
    Attributes
    protected
    Definition Classes
    CrossSpecRestriction
  47. def searchName(n: Node): Option[String]
    Definition Classes
    GraphQLASTParserHelper
  48. def spec: Spec
    Definition Classes
    GraphQLParsePlugin → AMFParsePlugin
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def toAnnotations(elem: ASTElement): Annotations
    Definition Classes
    AntlrASTParserHelper
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. def trimQuotes(value: String): String
    Definition Classes
    GraphQLASTParserHelper
  53. def unpackNilUnion(shape: AnyShape): NullableShape
    Definition Classes
    GraphQLASTParserHelper
  54. def validSpecsToReference: Seq[Spec]
    Definition Classes
    ApiParsePlugin → AMFParsePlugin
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  58. def withIdAdoption: Boolean
    Definition Classes
    GraphQLParsePlugin → AMFParsePlugin
  59. def withNode[T](element: ASTElement)(f: (Node) ⇒ T)(implicit ctx: ParserContext): T
    Definition Classes
    AntlrASTParserHelper
  60. def withOptTerminal[T](element: ASTElement)(f: (Option[Terminal]) ⇒ T)(implicit ctx: ParserContext): T
    Definition Classes
    AntlrASTParserHelper

Inherited from GraphQLASTParserHelper

Inherited from AntlrASTParserHelper

Inherited from ApiParsePlugin

Inherited from CrossSpecRestriction

Inherited from AMFParsePlugin

Inherited from AMFPlugin[Root]

Inherited from AnyRef

Inherited from Any

Ungrouped