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. val BOOLEAN: String
    Definition Classes
    GraphQLASTParserHelper
  5. val FLOAT: String
    Definition Classes
    GraphQLASTParserHelper
  6. val ID: String
    Definition Classes
    GraphQLASTParserHelper
  7. val INT: String
    Definition Classes
    GraphQLASTParserHelper
  8. val SCALAR_TYPES: Seq[String]
    Definition Classes
    GraphQLASTParserHelper
  9. val STRING: String
    Definition Classes
    GraphQLASTParserHelper
  10. def allowRecursiveReferences: Boolean
    Definition Classes
    ApiParsePlugin → AMFParsePlugin
  11. def applies(element: Root): Boolean
    Definition Classes
    GraphQLParsePlugin → AMFPlugin
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def astError(id: String, message: String, annotations: Annotations)(implicit ctx: ParserContext): Unit
    Definition Classes
    AntlrASTParserHelper
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. def collect(node: ASTElement, names: Seq[String]): Seq[ASTElement]
    Definition Classes
    AntlrASTParserHelper
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(obj: Any): Boolean
    Definition Classes
    AMFPlugin → AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def find(node: Node, name: String): Seq[ASTElement]
    Definition Classes
    AntlrASTParserHelper
  20. def findDescription(n: ASTElement): Option[Terminal]
    Definition Classes
    GraphQLASTParserHelper
  21. def findName(n: Node, default: String, errorId: String, error: String)(implicit ctx: GraphQLWebApiContext): String
    Definition Classes
    GraphQLASTParserHelper
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val id: String
    Definition Classes
    AMFParsePlugin → AMFPlugin
  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 isScalarType(n: Node): Boolean
    Definition Classes
    GraphQLASTParserHelper
  29. 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
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def parse(document: Root, ctx: ParserContext): BaseUnit
    Definition Classes
    GraphQLParsePlugin → AMFParsePlugin
  34. def parseListType(t: Node, errorId: String)(implicit ctx: GraphQLWebApiContext): ArrayShape
    Definition Classes
    GraphQLASTParserHelper
  35. def parseObjectType(t: Node, errorId: String)(implicit ctx: GraphQLWebApiContext): AnyShape
    Definition Classes
    GraphQLASTParserHelper
  36. def parseScalarType(t: Node, errorId: String)(implicit ctx: GraphQLWebApiContext): ScalarShape
    Definition Classes
    GraphQLASTParserHelper
  37. def parseType(n: Node, errorId: String)(implicit ctx: GraphQLWebApiContext): AnyShape
    Definition Classes
    GraphQLASTParserHelper
  38. def path(node: ASTElement, names: Seq[String]): Option[ASTElement]
    Definition Classes
    AntlrASTParserHelper
  39. def priority: PluginPriority
    Definition Classes
    ApiParsePlugin → AMFPlugin
  40. def referenceHandler(eh: AMFErrorHandler): ReferenceHandler
    Definition Classes
    GraphQLParsePlugin → ApiParsePlugin → AMFParsePlugin
  41. def restrictCrossSpecReferences(document: Root, ctx: ParserContext): Unit
    Attributes
    protected
    Definition Classes
    CrossSpecRestriction
  42. def restrictCrossSpecReferences(optionalReferencedSpec: Option[Spec], reference: Reference)(implicit errorHandler: AMFErrorHandler): Unit
    Attributes
    protected
    Definition Classes
    CrossSpecRestriction
  43. def spec: Spec
    Definition Classes
    GraphQLParsePlugin → AMFParsePlugin
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toAnnotations(elem: ASTElement): Annotations
    Definition Classes
    AntlrASTParserHelper
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def validSpecsToReference: Seq[Spec]
    Definition Classes
    ApiParsePlugin → AMFParsePlugin
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  51. def withIdAdoption: Boolean
    Definition Classes
    GraphQLParsePlugin → AMFParsePlugin
  52. def withNode[T](element: ASTElement)(f: (Node) ⇒ T)(implicit ctx: ParserContext): T
    Definition Classes
    AntlrASTParserHelper
  53. 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