package platform
- Alphabetic
- Public
- All
Type Members
-
class
AMFBaseUnitClient extends BaseAMLBaseUnitClient
The AMF Client contains common AMF operations.
The AMF Client contains common AMF operations. For more complex uses see amf.core.client.scala.parse.AMFParser or amf.core.client.scala.render.AMFRenderer
- Annotations
- @JSExportAll()
-
class
AMFConfiguration extends BaseShapesConfiguration
The AMFConfiguration lets you customize all AMF-specific configurations.
The AMFConfiguration lets you customize all AMF-specific configurations. Its immutable and created through builders. An instance is needed to use AMF.
- Annotations
- @JSExportAll()
- See also
-
class
AMFConfigurationState extends AMLConfigurationState
- Annotations
- @JSExportAll()
-
class
AMFDocumentResult extends AMFResult
- Annotations
- @JSExportAll()
-
class
AMFElementClient extends BaseShapesElementClient
Contains common AML operations not related to document.
Contains common AML operations not related to document.
- Annotations
- @JSExportAll()
-
class
AMFLibraryResult extends AMFResult
- Annotations
- @JSExportAll()
Value Members
-
object
APIConfiguration
Merged WebAPIConfiguration and AsyncAPIConfiguration configurations
Merged WebAPIConfiguration and AsyncAPIConfiguration configurations
- Annotations
- @JSExportAll() @JSExportTopLevel( "APIConfiguration" )
-
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" )