Packages

object ExternalJsonRefsPlugin extends ExternalJsonRefsPlugin

Linear Supertypes
ExternalJsonRefsPlugin, JsonSchemaPlugin, PlatformSecrets, AMFDocumentPlugin, AMFPlugin, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExternalJsonRefsPlugin
  2. ExternalJsonRefsPlugin
  3. JsonSchemaPlugin
  4. PlatformSecrets
  5. AMFDocumentPlugin
  6. AMFPlugin
  7. AnyRef
  8. 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 ID: String
    Definition Classes
    ExternalJsonRefsPluginJsonSchemaPlugin → AMFPlugin
  5. val allowRecursiveReferences: Boolean

    Does references in this type of documents be recursive?

    Does references in this type of documents be recursive?

    Definition Classes
    ExternalJsonRefsPluginJsonSchemaPlugin → AMFDocumentPlugin
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def canParse(document: Root): Boolean

    Decides if this plugin can parse the provided document instance.

    Decides if this plugin can parse the provided document instance. this can be used by multiple plugins supporting the same media-type to decide which one will parse the document base on information from the document structure

    Definition Classes
    ExternalJsonRefsPluginJsonSchemaPlugin → AMFDocumentPlugin
  8. def canUnparse(unit: BaseUnit): Boolean

    Decides if this plugin can unparse the provided model document instance.

    Decides if this plugin can unparse the provided model document instance. this can be used by multiple plugins supporting the same media-type to decide which one will unparse the document base on information from the instance type and properties

    Definition Classes
    JsonSchemaPlugin → AMFDocumentPlugin
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def dependencies(): Seq[AMFPlugin]
    Definition Classes
    ExternalJsonRefsPluginJsonSchemaPlugin → AMFPlugin
  11. def documentSyntaxes: Seq[String]

    List of media types used to encode serialisations of this domain

    List of media types used to encode serialisations of this domain

    Definition Classes
    ExternalJsonRefsPluginJsonSchemaPlugin → AMFDocumentPlugin
  12. def emit[T](unit: BaseUnit, builder: DocBuilder[T], renderOptions: RenderOptions): Boolean
    Definition Classes
    AMFDocumentPlugin
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findRootNode(ast: YNode, ctx: JsonSchemaWebApiContext, path: Option[String]): Option[YNode]
    Definition Classes
    JsonSchemaPlugin
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def init(): Future[AMFPlugin]
    Definition Classes
    ExternalJsonRefsPluginJsonSchemaPlugin → AMFPlugin
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def modelEntities: Seq[Obj]
    Definition Classes
    ExternalJsonRefsPluginJsonSchemaPlugin → AMFDocumentPlugin
  22. def modelEntitiesResolver: Option[AMFDomainEntityResolver]
    Definition Classes
    AMFDocumentPlugin
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def parse(document: Root, ctx: ParserContext, platform: Platform, options: ParsingOptions): Option[BaseUnit]

    Parses an accepted document returning an optional BaseUnit

    Parses an accepted document returning an optional BaseUnit

    Definition Classes
    ExternalJsonRefsPluginJsonSchemaPlugin → AMFDocumentPlugin
  27. def parseFragment(inputFragment: Fragment, pointer: Option[String])(implicit ctx: OasWebApiContext): Option[AnyShape]
    Definition Classes
    JsonSchemaPlugin
  28. def parseOasParameter(document: Root, parentContext: ParserContext, parentId: String, ctx: JsonSchemaWebApiContext): Option[OasParameter]
    Definition Classes
    JsonSchemaPlugin
  29. def parseParameterFragment(inputFragment: Fragment, pointer: Option[String], parentId: String, jsonContext: JsonSchemaWebApiContext)(implicit ctx: OasWebApiContext): Option[OasParameter]
    Definition Classes
    JsonSchemaPlugin
  30. val platform: Platform
    Definition Classes
    PlatformSecrets
  31. val priority: Int
    Definition Classes
    ExternalJsonRefsPlugin → AMFDocumentPlugin
  32. def referenceHandler(): ReferenceHandler
    Definition Classes
    ExternalJsonRefsPluginJsonSchemaPlugin → AMFDocumentPlugin
  33. def resolve(unit: BaseUnit, pipelineId: String): BaseUnit

    Resolves the provided base unit model, according to the semantics of the domain of the document

    Resolves the provided base unit model, according to the semantics of the domain of the document

    Definition Classes
    ExternalJsonRefsPluginJsonSchemaPlugin → AMFDocumentPlugin
  34. def serializableAnnotations(): Map[String, AnnotationGraphLoader]
    Definition Classes
    ExternalJsonRefsPluginJsonSchemaPlugin → AMFDocumentPlugin
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def unparseAsYDocument(unit: BaseUnit, renderOptions: RenderOptions): Option[YDocument]
    Attributes
    protected
    Definition Classes
    JsonSchemaPlugin → AMFDocumentPlugin
  38. val vendors: Seq[String]
    Definition Classes
    ExternalJsonRefsPluginJsonSchemaPlugin → AMFDocumentPlugin
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ExternalJsonRefsPlugin

Inherited from JsonSchemaPlugin

Inherited from PlatformSecrets

Inherited from AMFDocumentPlugin

Inherited from AMFPlugin

Inherited from AnyRef

Inherited from Any

Ungrouped