Packages

object AMF

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

  40. 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.

  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  44. def yamlPayloadParser(): YamlPayloadParser

Inherited from AnyRef

Inherited from Any

Ungrouped