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

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(message: String, annotations: Annotations)(implicit ctx: ParserContext): Unit
    Definition Classes
    AntlrASTParserHelper
  8. def astError(id: String, message: String, annotations: Annotations)(implicit ctx: ParserContext): Unit
    Definition Classes
    AntlrASTParserHelper
  9. def cleanDocumentation(doc: String): String
    Definition Classes
    GraphQLASTParserHelper
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def collect(node: ASTElement, names: Seq[String]): Seq[ASTElement]
    Definition Classes
    AntlrASTParserHelper
  12. def elementSourceLocation(t: ASTElement): SourceLocation
    Definition Classes
    GraphQLASTParserHelper
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean
    Definition Classes
    AMFPlugin → AnyRef → Any
  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, 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() @HotSpotIntrinsicCandidate()
  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() @HotSpotIntrinsicCandidate()
  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)(implicit ctx: GraphQLWebApiContext): AnyShape
    Definition Classes
    GraphQLASTParserHelper
  31. def maybeNullable(t: Node, parse: (Node, String) ⇒ AnyShape)(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() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. def parse(document: Root, ctx: ParserContext): BaseUnit
    Definition Classes
    GraphQLParsePlugin → AMFParsePlugin
  37. def parseListType(t: Node)(implicit ctx: GraphQLWebApiContext): AnyShape
    Definition Classes
    GraphQLASTParserHelper
  38. def parseObjectType(t: Node)(implicit ctx: GraphQLWebApiContext): AnyShape
    Definition Classes
    GraphQLASTParserHelper
  39. def parseScalarType(t: Node)(implicit ctx: GraphQLWebApiContext): AnyShape
    Definition Classes
    GraphQLASTParserHelper
  40. def parseType(n: Node)(implicit ctx: GraphQLWebApiContext): AnyShape
    Definition Classes
    GraphQLASTParserHelper
  41. def path(node: ASTElement, names: Seq[String]): Option[ASTElement]
    Definition Classes
    AntlrASTParserHelper
  42. def pathToNonTerminal(node: Node, names: Seq[String]): Option[Node]
    Definition Classes
    AntlrASTParserHelper
  43. def pathToTerminal(node: Node, names: Seq[String]): Option[Terminal]
    Definition Classes
    AntlrASTParserHelper
  44. def priority: PluginPriority
    Definition Classes
    ApiParsePlugin → AMFPlugin
  45. def referenceHandler(eh: AMFErrorHandler): ReferenceHandler
    Definition Classes
    GraphQLParsePlugin → ApiParsePlugin → AMFParsePlugin
  46. def restrictCrossSpecReferences(document: Root, ctx: ParserContext): Unit
    Attributes
    protected
    Definition Classes
    CrossSpecRestriction
  47. def restrictCrossSpecReferences(optionalReferencedSpec: Option[Spec], reference: Reference)(implicit errorHandler: AMFErrorHandler): Unit
    Attributes
    protected
    Definition Classes
    CrossSpecRestriction
  48. def searchName(n: Node): Option[String]
    Definition Classes
    GraphQLASTParserHelper
  49. def spec: Spec
    Definition Classes
    GraphQLParsePlugin → AMFParsePlugin
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toAnnotations(elem: ASTElement): Annotations
    Definition Classes
    AntlrASTParserHelper
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def trimQuotes(value: String): String
    Definition Classes
    GraphQLASTParserHelper
  54. def unpackNilUnion(shape: AnyShape): NullableShape
    Definition Classes
    GraphQLASTParserHelper
  55. def unresolvedShape(typeName: String, element: ASTElement)(implicit ctx: GraphQLWebApiContext): UnresolvedShape
    Definition Classes
    GraphQLASTParserHelper
  56. def validSpecsToReference: Seq[Spec]
    Definition Classes
    ApiParsePlugin → AMFParsePlugin
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def withIdAdoption: Boolean
    Definition Classes
    GraphQLParsePlugin → AMFParsePlugin
  61. def withNode[T](element: ASTElement)(f: (Node) ⇒ T)(implicit ctx: ParserContext): T
    Definition Classes
    AntlrASTParserHelper
  62. def withOptTerminal[T](element: ASTElement)(f: (Option[Terminal]) ⇒ T)(implicit ctx: ParserContext): T
    Definition Classes
    AntlrASTParserHelper

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 GraphQLASTParserHelper

Inherited from AntlrASTParserHelper

Inherited from ApiParsePlugin

Inherited from CrossSpecRestriction

Inherited from AMFParsePlugin

Inherited from AMFPlugin[Root]

Inherited from AnyRef

Inherited from Any

Ungrouped