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