case class InheritanceParser(entry: YMapEntry, shape: Shape)(implicit ctx: RamlWebApiContext) extends RamlSpecParser with RamlTypeSyntax with RamlExternalTypes with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InheritanceParser
- Serializable
- Serializable
- Product
- Equals
- RamlExternalTypes
- ExternalSourceRef
- ExampleParser
- RamlTypeSyntax
- RamlSpecParser
- WebApiBaseSpecParser
- SpecParserOps
- BaseSpecParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new InheritanceParser(entry: YMapEntry, shape: Shape)(implicit ctx: RamlWebApiContext)
Type Members
-
implicit
class
FieldOps
extends AnyRef
- Definition Classes
- SpecParserOps
-
class
ObjectField
extends (YMapEntry) ⇒ Unit
- Definition Classes
- SpecParserOps
-
trait
Target
extends AnyRef
- Definition Classes
- SpecParserOps
-
case class
AnnotationTypesParser
(ast: YPart, annotationName: String, map: YMap, adopt: (CustomDomainProperty) ⇒ Unit) extends Product with Serializable
- Definition Classes
- RamlSpecParser
-
case class
UsageParser
(map: YMap, baseUnit: BaseUnit) extends Product with Serializable
- Definition Classes
- RamlSpecParser
-
case class
UserDocumentationsParser
(seq: Seq[YNode], declarations: WebApiDeclarations, parent: String) extends Product with Serializable
- Definition Classes
- RamlSpecParser
Value Members
-
object
EmptyTarget
extends Target with Product with Serializable
- Definition Classes
- SpecParserOps
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
checkBalancedParams(path: String, value: YNode, node: String, property: String, ctx: WebApiContext): Unit
- Attributes
- protected
- Definition Classes
- SpecParserOps
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
implicit
val
ctx: RamlWebApiContext
- Definition Classes
- InheritanceParser → RamlExternalTypes → BaseSpecParser
- val entry: YMapEntry
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTypeExpression(str: String): Boolean
- Definition Classes
- RamlTypeSyntax
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def parse(): Unit
-
def
parseExamples(shape: AnyShape, map: YMap, options: ExampleOptions = DefaultExampleOptions)(implicit ctx: WebApiContext): Unit
- Definition Classes
- ExampleParser
-
def
parseJSONSchemaExpression(name: String, value: YNode, adopt: (Shape) ⇒ Shape, parseExample: Boolean = false): AnyShape
- Attributes
- protected
- Definition Classes
- RamlExternalTypes
-
def
parseWellKnownTypeRef(ramlType: String): Shape
- Definition Classes
- RamlTypeSyntax
-
def
parseXMLSchemaExpression(name: String, value: YNode, adopt: (Shape) ⇒ Shape, parseExample: Boolean = false): AnyShape
- Attributes
- protected
- Definition Classes
- RamlExternalTypes
- val shape: Shape
-
def
sourceRefReference(node: YNode, element: ExternalSourceElement, ctx: WebApiContext): Boolean
- Definition Classes
- ExternalSourceRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
typeOrSchema(map: YMap): Option[YMapEntry]
- Attributes
- protected
- Definition Classes
- RamlExternalTypes
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
wellKnownType(str: String): Boolean
- Definition Classes
- RamlTypeSyntax
-
object
AnnotationTypesParser
extends RamlTypeSyntax with Serializable
- Definition Classes
- RamlSpecParser