package scala
- Alphabetic
- Public
- All
Type Members
-
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
-
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
- class AMFConfigurationState extends AMLConfigurationState
-
class
AMFDocumentResult extends AMFResult
An AMFResult where the parsing result is a Document
An AMFResult where the parsing result is a Document
- See also
- class AMFElementClient extends AMLElementClient
-
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
- sealed trait APIConfigurationBuilder extends AnyRef
Value Members
-
object
APIConfiguration
Merged WebAPIConfiguration and AsyncAPIConfiguration.Async20() configurations
-
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
-
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
-
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
-
object
WebAPIConfiguration
Merged OASConfiguration and RAMLConfiguration configurations