package scala

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AMFBaseUnitClient extends AMLBaseUnitClient

    The AMF Client contains common AMF operations associated to base unit and documents.

    The AMF Client contains common AMF operations associated to base unit and documents. For more complex uses see AMFParser or amf.core.client.scala.render.AMFRenderer

  2. class AMFConfiguration extends AMLConfiguration

    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.

    See also

    AMFBaseUnitClient

  3. class AMFConfigurationState extends AMLConfigurationState
  4. class AMFDocumentResult extends AMFResult

    An AMFResult where the parsing result is a Document

    An AMFResult where the parsing result is a Document

    See also

    parseDocument

  5. class AMFElementClient extends AMLElementClient
  6. class AMFLibraryResult extends AMFResult

    An AMFResult where the parsing result is a library a.k.a.

    An AMFResult where the parsing result is a library a.k.a. Module

    See also

    parseLibrary

  7. sealed trait APIConfigurationBuilder extends AnyRef

Value Members

  1. object APIConfiguration

    Merged WebAPIConfiguration and AsyncAPIConfiguration.Async20() configurations

  2. object AsyncAPIConfiguration extends APIConfigurationBuilder

    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
  3. object OASConfiguration extends APIConfigurationBuilder

    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
  4. object RAMLConfiguration extends APIConfigurationBuilder

    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
  5. object WebAPIConfiguration

    Merged OASConfiguration and RAMLConfiguration configurations

Ungrouped