package scala
- Alphabetic
- Public
- All
Type Members
-
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
-
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
- class AMFConfigurationState extends AMLConfigurationState
-
class
AMFDocumentResult extends AMFParseResult
An AMFResult where the parsing result is a Document
An AMFResult where the parsing result is a Document
- See also
- class AMFElementClient extends ShapesElementClient
-
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
- trait APIConfigurationBuilder extends AnyRef
- case class UnrecognizedSpecException(msg: String) extends IllegalArgumentException with Product with Serializable
Value Members
-
object
APIConfiguration extends APIConfigurationBuilder
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 AvroConfiguration extends APIConfigurationBuilder
- object ConfigurationAdapter extends APIConfigurationBuilder
-
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 extends APIConfigurationBuilder
Merged OASConfiguration and RAMLConfiguration configurations