package raml
Type Members
- trait RamlExternalTypesParser extends RamlSpecParser with ExampleParser with RamlTypeSyntax
- case class RamlJsonSchemaExpression(key: YNode, value: YNode, adopt: (Shape) ⇒ Unit, parseExample: Boolean = false)(implicit ctx: RamlWebApiContext) extends RamlSpecParser with RamlExternalTypesParser with PlatformSecrets with Product with Serializable
- case class RamlXmlSchemaExpression(key: YNode, value: YNode, adopt: (Shape) ⇒ Unit, parseExample: Boolean = false)(implicit ctx: RamlWebApiContext) extends RamlSpecParser with RamlExternalTypesParser with Product with Serializable