Packages

package external

Type Members

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

Ungrouped