object AMF extends PlatformSecrets
- Annotations
- @JSExportTopLevel( "AMF" )
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AMF
- PlatformSecrets
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
amfGraphGenerator(): AmfGraphRenderer
- Annotations
- @JSExport()
-
def
amfGraphParser(): AmfGraphParser
- Annotations
- @JSExport()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
emitShapesGraph(profileName: ProfileName): String
- Annotations
- @JSExport()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def init(executionEnvironment: BaseExecutionEnvironment): convert.CoreClientConverters.ClientFuture[Unit]
-
def
init(): convert.CoreClientConverters.ClientFuture[Unit]
- Annotations
- @JSExport()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
jsonPayloadParser(): JsonPayloadParser
- Annotations
- @JSExport()
-
def
loadValidationProfile(url: String, env: Environment): convert.CoreClientConverters.ClientFuture[ProfileName]
- Annotations
- @JSExport()
-
def
loadValidationProfile(url: String): convert.CoreClientConverters.ClientFuture[ProfileName]
- Annotations
- @JSExport()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
oas20Generator(): Oas20Renderer
- Annotations
- @JSExport()
-
def
oas20Parser(): Oas20Parser
- Annotations
- @JSExport()
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
raml08Generator(): Raml08Renderer
- Annotations
- @JSExport()
-
def
raml08Parser(): Raml08Parser
- Annotations
- @JSExport()
-
def
raml10Generator(): Raml10Renderer
- Annotations
- @JSExport()
-
def
raml10Parser(): Raml10Parser
- Annotations
- @JSExport()
-
def
ramlParser(): RamlParser
- Annotations
- @JSExport()
-
def
registerDialect(url: String, env: Environment): convert.CoreClientConverters.ClientFuture[Dialect]
- Annotations
- @JSExport()
-
def
registerDialect(url: String): convert.CoreClientConverters.ClientFuture[Dialect]
- Annotations
- @JSExport()
-
def
registerNamespace(alias: String, prefix: String): Boolean
- Annotations
- @JSExport()
-
def
resolveAmfGraph(unit: BaseUnit): BaseUnit
- Annotations
- @JSExport()
-
def
resolveOas20(unit: BaseUnit): BaseUnit
- Annotations
- @JSExport()
-
def
resolveRaml08(unit: BaseUnit): BaseUnit
- Annotations
- @JSExport()
-
def
resolveRaml10(unit: BaseUnit): BaseUnit
- Annotations
- @JSExport()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
validate(model: BaseUnit, profileName: ProfileName, messageStyle: MessageStyle, env: Environment): convert.CoreClientConverters.ClientFuture[ValidationReport]
- Annotations
- @JSExport()
-
def
validate(model: BaseUnit, profileName: ProfileName, messageStyle: MessageStyle): convert.CoreClientConverters.ClientFuture[ValidationReport]
- Annotations
- @JSExport()
-
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()
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
yamlPayloadParser(): YamlPayloadParser
- Annotations
- @JSExport()