Packages

class JsonSchemaPlugin extends AMFDocumentPlugin with PlatformSecrets

Linear Supertypes
PlatformSecrets, AMFDocumentPlugin, AMFPlugin, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonSchemaPlugin
  2. PlatformSecrets
  3. AMFDocumentPlugin
  4. AMFPlugin
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonSchemaPlugin()

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
    JsonSchemaPlugin → 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
    JsonSchemaPlugin → 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
    JsonSchemaPlugin → 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def dependencies(): Seq[AMFPlugin]
    Definition Classes
    JsonSchemaPlugin → 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
    JsonSchemaPlugin → AMFDocumentPlugin
  12. def emit[T](unit: BaseUnit, builder: DocBuilder[T], renderOptions: RenderOptions, shapeRenderOptions: ShapeRenderOptions): 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findRootNode(ast: YNode, ctx: JsonSchemaWebApiContext, path: Option[String]): Option[YNode]
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def init()(implicit executionContext: ExecutionContext): Future[AMFPlugin]
    Definition Classes
    JsonSchemaPlugin → AMFPlugin
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def modelEntities: Seq[Obj]
    Definition Classes
    JsonSchemaPlugin → 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 obtainRootAst(inputFragment: Fragment, pointer: Option[String])(implicit ctx: WebApiContext): Option[YNode]
  27. def parse(document: Root, parentContext: 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
    JsonSchemaPlugin → AMFDocumentPlugin
  28. def parseFragment(inputFragment: Fragment, pointer: Option[String])(implicit ctx: OasLikeWebApiContext): Option[AnyShape]
  29. def parseParameterFragment(inputFragment: Fragment, pointer: Option[String], parentId: String)(implicit ctx: OasWebApiContext): Option[OasParameter]
  30. val platform: Platform
    Definition Classes
    PlatformSecrets
  31. val priority: Int
    Definition Classes
    AMFDocumentPlugin
  32. def referenceHandler(eh: ErrorHandler): ReferenceHandler
    Definition Classes
    JsonSchemaPlugin → AMFDocumentPlugin
  33. def resolve(unit: BaseUnit, errorHandler: ErrorHandler, pipelineId: String = ResolutionPipeline.DEFAULT_PIPELINE): 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
    JsonSchemaPlugin → AMFDocumentPlugin
  34. final def resolveWithHandle(unit: BaseUnit, pipelineId: String): BaseUnit
    Definition Classes
    AMFDocumentPlugin
  35. def serializableAnnotations(): Map[String, AnnotationGraphLoader]
    Definition Classes
    JsonSchemaPlugin → AMFDocumentPlugin
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def unparseAsYDocument(unit: BaseUnit, renderOptions: RenderOptions, shapeRenderOptions: ShapeRenderOptions = ShapeRenderOptions()): Option[YDocument]
    Attributes
    protected
    Definition Classes
    JsonSchemaPlugin → AMFDocumentPlugin
  39. val vendors: Seq[String]
    Definition Classes
    JsonSchemaPlugin → AMFDocumentPlugin
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from PlatformSecrets

Inherited from AMFDocumentPlugin

Inherited from AMFPlugin

Inherited from AnyRef

Inherited from Any

Ungrouped