case class InheritanceParser(entry: YMapEntry, shape: Shape, fatherMap: Option[YMap])(implicit ctx: RamlWebApiContext) extends RamlSpecParser with RamlTypeSyntax with SchemaUsageRestrictions with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InheritanceParser
- Serializable
- Serializable
- Product
- Equals
- SchemaUsageRestrictions
- RamlTypeSyntax
- RamlSpecParser
- WebApiBaseSpecParser
- DeclarationKeyCollector
- SpecParserOps
- BaseSpecParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new InheritanceParser(entry: YMapEntry, shape: Shape, fatherMap: Option[YMap])(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
-
def
addDeclarationKey(key: DeclarationKey): Unit
- Definition Classes
- DeclarationKeyCollector
-
def
addDeclarationsToModel(model: DeclaresModel)(implicit ctx: WebApiContext): Unit
- Attributes
- protected
- Definition Classes
- DeclarationKeyCollector
-
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
checkSchemaInProperty(elements: Seq[AmfElement], location: Option[String] = None, entryRange: Range): Unit
- Attributes
- protected
- Definition Classes
- SchemaUsageRestrictions
-
def
checkSchemaInheritance(base: Shape, elements: Seq[AmfElement], entryRange: Range): Unit
- Attributes
- protected
- Definition Classes
- SchemaUsageRestrictions
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
implicit
val
ctx: RamlWebApiContext
- Definition Classes
- InheritanceParser → BaseSpecParser
-
def
emptyArrayType(shape: Shape): Boolean
- Attributes
- protected
- Definition Classes
- SchemaUsageRestrictions
-
def
emptyObjectType(shape: Shape): Boolean
- Attributes
- protected
- Definition Classes
- SchemaUsageRestrictions
-
def
emptyScalarType(shape: Shape): Boolean
- Attributes
- protected
- Definition Classes
- SchemaUsageRestrictions
- val entry: YMapEntry
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fatherMap: Option[YMap]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
-
def
nestedTypeOrSchema(map: YMap): Option[YMapEntry]
- Attributes
- protected
- Definition Classes
- RamlSpecParser
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parse(): Unit
-
def
parseWellKnownTypeRef(ramlType: String): Shape
- Definition Classes
- RamlTypeSyntax
- val shape: Shape
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
typeOrSchema(map: YMap): Option[YMapEntry]
- Attributes
- protected
- Definition Classes
- RamlSpecParser
-
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( ... ) @native()
-
def
wellKnownType(str: String, isRef: Boolean = false): Boolean
- Definition Classes
- RamlTypeSyntax
-
object
AnnotationTypesParser extends RamlTypeSyntax with Serializable
- Definition Classes
- RamlSpecParser