package external
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait RamlExternalTypesParser extends QuickFieldParserOps with ExampleParser with RamlTypeSyntax with RamlTypeEntryParser
- case class RamlJsonSchemaParser(key: YNode, value: YNode, parseExample: Boolean = false)(implicit ctx: ShapeParserContext) extends RamlExternalTypesParser with PlatformSecrets with Product with Serializable
- case class RamlXmlSchemaExpression(key: YNode, value: YNode, adopt: (Shape) ⇒ Unit, parseExample: Boolean = false)(implicit ctx: ShapeParserContext) extends RamlExternalTypesParser with Product with Serializable
- case class ValueAndOrigin(text: String, valueAST: YNode, originalUrlText: Option[String], errorShape: Option[AnyShape] = None) extends Product with Serializable
Value Members
- object RamlExternalParserFactory