package platform

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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()
  2. 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

    AMFBaseUnitClient

  3. class AMFConfigurationState extends AMLConfigurationState
    Annotations
    @JSExportAll()
  4. class AMFDocumentResult extends AMFResult
    Annotations
    @JSExportAll()
  5. class AMFElementClient extends BaseShapesElementClient

    Contains common AML operations not related to document.

    Contains common AML operations not related to document.

    Annotations
    @JSExportAll()
  6. class AMFLibraryResult extends AMFResult
    Annotations
    @JSExportAll()

Value Members

  1. object APIConfiguration

    Merged WebAPIConfiguration and AsyncAPIConfiguration configurations

    Merged WebAPIConfiguration and AsyncAPIConfiguration configurations

    Annotations
    @JSExportAll() @JSExportTopLevel( "APIConfiguration" )
  2. 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" )
  3. object AvroConfiguration
    Annotations
    @JSExportAll() @JSExportTopLevel( "AvroConfiguration" )
  4. object ConfigurationAdapter
    Annotations
    @JSExportAll() @JSExportTopLevel( "ConfigurationAdapter" )
  5. 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" )
  6. 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" )
  7. object WebAPIConfiguration

    Merged OASConfiguration and RAMLConfiguration configurations

    Merged OASConfiguration and RAMLConfiguration configurations

    Annotations
    @JSExportAll() @JSExportTopLevel( "WebAPIConfiguration" )

Ungrouped