package platform
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
AMFClient extends BaseAMLClient
The AMF Client contains common AMF operations.
The AMF Client contains common AMF operations. For more complex uses see AMFParser or amf.client.remod.AMFRenderer
- Annotations
- @JSExportAll()
-
class
AMFConfiguration extends BaseAMLConfiguration
- Annotations
- @JSExportAll()
-
class
AMFDocumentResult extends AMFResult
- Annotations
- @JSExportAll()
-
class
AMFLibraryResult extends AMFResult
- Annotations
- @JSExportAll()
Value Members
-
object
AsyncAPIConfiguration
common configuration with all configurations needed for AsyncApi like:
common configuration with all configurations needed for AsyncApi like:
- Validation rules
- Parse and emit plugins
- Transformation Pipelines
- Annotations
- @JSExportAll() @JSExportTopLevel( "AsyncAPIConfiguration" )
-
object
OASConfiguration
common configuration with all configurations needed for OAS like:
common configuration with all configurations needed for OAS like:
- Validation rules
- Parse and emit plugins
- Transformation Pipelines
- Annotations
- @JSExportAll() @JSExportTopLevel( "OASConfiguration" )
-
object
RAMLConfiguration
common configuration with all configurations needed for RAML like:
common configuration with all configurations needed for RAML like:
- Validation rules
- Parse and emit plugins
- Transformation Pipelines
- Annotations
- @JSExportAll() @JSExportTopLevel( "RAMLConfiguration" )
-
object
WebAPIConfiguration
Merged OASConfiguration and RAMLConfiguration configurations
Merged OASConfiguration and RAMLConfiguration configurations
- Annotations
- @JSExportAll() @JSExportTopLevel( "WebAPIConfiguration" )