Packages

object AMF extends PlatformSecrets

Annotations
@JSExportTopLevel( "AMF" )
Linear Supertypes
PlatformSecrets, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AMF
  2. PlatformSecrets
  3. AnyRef
  4. 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 amfGraphGenerator(): AmfGraphRenderer
    Annotations
    @JSExport()
  5. def amfGraphParser(): AmfGraphParser
    Annotations
    @JSExport()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def emitShapesGraph(profileName: ProfileName): String
    Annotations
    @JSExport()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def init(executionEnvironment: BaseExecutionEnvironment): convert.CoreClientConverters.ClientFuture[Unit]
  15. def init(): convert.CoreClientConverters.ClientFuture[Unit]
    Annotations
    @JSExport()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def jsonPayloadParser(): JsonPayloadParser
    Annotations
    @JSExport()
  18. def loadValidationProfile(url: String, env: Environment): convert.CoreClientConverters.ClientFuture[ProfileName]
    Annotations
    @JSExport()
  19. def loadValidationProfile(url: String): convert.CoreClientConverters.ClientFuture[ProfileName]
    Annotations
    @JSExport()
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def oas20Generator(): Oas20Renderer
    Annotations
    @JSExport()
  24. def oas20Parser(): Oas20Parser
    Annotations
    @JSExport()
  25. val platform: Platform
    Definition Classes
    PlatformSecrets
  26. def raml08Generator(): Raml08Renderer
    Annotations
    @JSExport()
  27. def raml08Parser(): Raml08Parser
    Annotations
    @JSExport()
  28. def raml10Generator(): Raml10Renderer
    Annotations
    @JSExport()
  29. def raml10Parser(): Raml10Parser
    Annotations
    @JSExport()
  30. def ramlParser(): RamlParser
    Annotations
    @JSExport()
  31. def registerDialect(url: String, env: Environment): convert.CoreClientConverters.ClientFuture[Dialect]
    Annotations
    @JSExport()
  32. def registerDialect(url: String): convert.CoreClientConverters.ClientFuture[Dialect]
    Annotations
    @JSExport()
  33. def registerNamespace(alias: String, prefix: String): Boolean
    Annotations
    @JSExport()
  34. def resolveAmfGraph(unit: BaseUnit): BaseUnit
    Annotations
    @JSExport()
  35. def resolveOas20(unit: BaseUnit): BaseUnit
    Annotations
    @JSExport()
  36. def resolveRaml08(unit: BaseUnit): BaseUnit
    Annotations
    @JSExport()
  37. def resolveRaml10(unit: BaseUnit): BaseUnit
    Annotations
    @JSExport()
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def validate(model: BaseUnit, profileName: ProfileName, messageStyle: MessageStyle, env: Environment): convert.CoreClientConverters.ClientFuture[ValidationReport]
    Annotations
    @JSExport()
  41. def validate(model: BaseUnit, profileName: ProfileName, messageStyle: MessageStyle): convert.CoreClientConverters.ClientFuture[ValidationReport]
    Annotations
    @JSExport()
  42. def validateResolved(model: BaseUnit, profileName: ProfileName, messageStyle: MessageStyle, env: Environment): convert.CoreClientConverters.ClientFuture[ValidationReport]

    This method receives a resolved model.

    This method receives a resolved model. Don't use it with an unresolved one.

    Annotations
    @JSExport()
  43. def validateResolved(model: BaseUnit, profileName: ProfileName, messageStyle: MessageStyle): convert.CoreClientConverters.ClientFuture[ValidationReport]

    This method receives a resolved model.

    This method receives a resolved model. Don't use it with an unresolved one.

    Annotations
    @JSExport()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. def yamlPayloadParser(): YamlPayloadParser
    Annotations
    @JSExport()

Inherited from PlatformSecrets

Inherited from AnyRef

Inherited from Any

Ungrouped