Packages

package external

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait RamlExternalTypesParser extends QuickFieldParserOps with ExampleParser with RamlTypeSyntax with RamlTypeEntryParser
  2. case class RamlJsonSchemaParser(key: YNode, value: YNode, parseExample: Boolean = false)(implicit ctx: ShapeParserContext) extends RamlExternalTypesParser with PlatformSecrets with Product with Serializable
  3. case class RamlXmlSchemaExpression(key: YNode, value: YNode, adopt: (Shape) ⇒ Unit, parseExample: Boolean = false)(implicit ctx: ShapeParserContext) extends RamlExternalTypesParser with Product with Serializable
  4. case class ValueAndOrigin(text: String, valueAST: YNode, originalUrlText: Option[String], errorShape: Option[AnyShape] = None) extends Product with Serializable

Value Members

  1. object RamlExternalParserFactory

Ungrouped