Packages

package raml

Type Members

  1. trait RamlExternalTypesParser extends RamlSpecParser with ExampleParser with RamlTypeSyntax
  2. case class RamlJsonSchemaExpression(key: YNode, value: YNode, adopt: (Shape) ⇒ Unit, parseExample: Boolean = false)(implicit ctx: RamlWebApiContext) extends RamlSpecParser with RamlExternalTypesParser with Product with Serializable
  3. case class RamlXmlSchemaExpression(key: YNode, value: YNode, adopt: (Shape) ⇒ Unit, parseExample: Boolean = false)(implicit ctx: RamlWebApiContext) extends RamlSpecParser with RamlExternalTypesParser with Product with Serializable

Ungrouped