package scala

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AMFBaseUnitClient extends ShapesBaseUnitClient

    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 ShapesConfiguration

    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 AMFParseResult

    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 ShapesElementClient
  6. class AMFLibraryResult extends AMFParseResult

    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. trait APIConfigurationBuilder extends AnyRef
  8. case class UnrecognizedSpecException(msg: String) extends IllegalArgumentException with Product with Serializable

Value Members

  1. object APIConfiguration extends APIConfigurationBuilder

    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 extends APIConfigurationBuilder

    Merged OASConfiguration and RAMLConfiguration configurations

Ungrouped