c
amf.plugins.document.webapi.parser.spec.declaration
Raml08TypeParser
Companion object Raml08TypeParser
case class Raml08TypeParser(entryOrNode: Either[YMapEntry, YNode], name: String, adopt: (Shape) ⇒ Shape, isAnnotation: Boolean, defaultType: DefaultType)(implicit ctx: RamlWebApiContext) extends RamlTypeParser with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Raml08TypeParser
- Serializable
- Serializable
- Product
- Equals
- RamlTypeParser
- RamlSpecParser
- WebApiBaseSpecParser
- SpecParserOps
- BaseSpecParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Raml08TypeParser(entryOrNode: Either[YMapEntry, YNode], name: String, adopt: (Shape) ⇒ Shape, isAnnotation: Boolean, defaultType: DefaultType)(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 Raml08ReferenceParser (text: String, node: YNode, name: String)(implicit ctx: RamlWebApiContext) extends Product with Serializable
- case class Raml08SchemaParser (map: YMap, adopt: (Shape) ⇒ Shape)(implicit ctx: RamlWebApiContext) extends Product with Serializable
- case class Raml08TextParser (value: YNode, adopt: (Shape) ⇒ Shape, name: String, defaultType: DefaultType)(implicit ctx: RamlWebApiContext) extends Product with Serializable
-
case class
AndConstraintParser
(map: YMap, shape: Shape) extends Product with Serializable
- Definition Classes
- RamlTypeParser
-
abstract
class
AnyShapeParser
extends ShapeParser with ExampleParser
- Definition Classes
- RamlTypeParser
-
case class
AnyTypeShapeParser
(shape: AnyShape, map: YMap) extends AnyShapeParser with Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
ArrayShapeParser
(shape: ArrayShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with Product with Serializable
- Definition Classes
- RamlTypeParser
-
trait
CommonScalarParsingLogic
extends AnyRef
- Definition Classes
- RamlTypeParser
-
case class
DataArrangementParser
(name: String, ast: YPart, map: YMap, adopt: (Shape) ⇒ Unit) extends Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
FileShapeParser
(node: YNode, adopt: (Shape) ⇒ Shape) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
InheritanceParser
(entry: YMapEntry, shape: Shape, fatherMap: Option[YMap])(implicit ctx: RamlWebApiContext) extends RamlSpecParser with RamlTypeSyntax with Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
NodeShapeParser
(shape: NodeShape, map: YMap) extends AnyShapeParser with Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
NotConstraintParser
(map: YMap, shape: Shape) extends Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
OrConstraintParser
(map: YMap, shape: Shape) extends Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
PropertiesParser
(ast: YMap, producer: (String) ⇒ PropertyShape) extends Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
PropertyShapeParser
(entry: YMapEntry, producer: (String) ⇒ PropertyShape) extends Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
ScalarShapeParser
(typeDef: TypeDef, shape: ScalarShape, map: YMap) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
- Definition Classes
- RamlTypeParser
-
abstract
class
ShapeParser
extends RamlTypeSyntax
- Definition Classes
- RamlTypeParser
-
case class
TupleShapeParser
(shape: TupleShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
UnionShapeParser
(map: YMap, adopt: (Shape) ⇒ Shape) extends AnyShapeParser with Product with Serializable
- Definition Classes
- RamlTypeParser
-
case class
XoneConstraintParser
(map: YMap, shape: Shape) extends Product with Serializable
- Definition Classes
- RamlTypeParser
-
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
- val adopt: (Shape) ⇒ Shape
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
ast: YPart
- Attributes
- protected
- Definition Classes
- RamlTypeParser
-
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
- Raml08TypeParser → RamlTypeParser → BaseSpecParser
- val defaultType: DefaultType
- val entryOrNode: Either[YMapEntry, YNode]
-
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
- val isAnnotation: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
node: YNode
- Attributes
- protected
- Definition Classes
- RamlTypeParser
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
parse(): Option[AnyShape]
- Definition Classes
- Raml08TypeParser → RamlTypeParser
-
def
parseArrayType(): Shape
- Definition Classes
- RamlTypeParser
-
def
parseDefaultType(defaultType: DefaultType): Shape
- Definition Classes
- RamlTypeParser
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
typeOrSchema(map: YMap): Option[YMapEntry]
- Attributes
- protected
- Definition Classes
- RamlSpecParser
-
def
typeParser: (Either[YMapEntry, YNode], String, (Shape) ⇒ Shape, Boolean, DefaultType) ⇒ RamlTypeParser
- Definition Classes
- Raml08TypeParser → RamlTypeParser
-
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( ... )
-
object
AnnotationTypesParser
extends RamlTypeSyntax with Serializable
- Definition Classes
- RamlSpecParser