c
amf.plugins.document.webapi.parser.spec.declaration
OasTypeParser
Companion object OasTypeParser
case class OasTypeParser(entryOrNode: Either[YMapEntry, YNode], name: String, map: YMap, adopt: (Shape) ⇒ Unit, version: JSONSchemaVersion)(implicit ctx: OasWebApiContext) extends OasSpecParser with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OasTypeParser
- Serializable
- Serializable
- Product
- Equals
- OasSpecParser
- WebApiBaseSpecParser
- SpecParserOps
- BaseSpecParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OasTypeParser(entryOrNode: Either[YMapEntry, YNode], name: String, map: YMap, adopt: (Shape) ⇒ Unit, version: JSONSchemaVersion)(implicit ctx: OasWebApiContext)
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 AllOfParser(array: Seq[YNode], adopt: (Shape) ⇒ Unit) extends Product with Serializable
- case class AndConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
- abstract class AnyShapeParser extends ShapeParser
- case class AnyTypeShapeParser(shape: AnyShape, map: YMap) extends AnyShapeParser with Product with Serializable
- case class ArrayShapeParser(shape: ArrayShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with Product with Serializable
- trait CommonScalarParsingLogic extends AnyRef
- case class DataArrangementParser(name: String, ast: YPart, map: YMap, adopt: (Shape) ⇒ Unit) extends Product with Serializable
- case class FileShapeParser(typeDef: TypeDef, shape: FileShape, map: YMap) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
- case class NodeShapeParser(shape: NodeShape, map: YMap)(implicit ctx: OasWebApiContext) extends AnyShapeParser with Product with Serializable
- case class NotConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
- case class OrConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
- case class PropertiesParser(map: YMap, producer: (String) ⇒ PropertyShape, requiredFields: Map[String, YNode], patterned: Boolean = false) extends Product with Serializable
- case class Property(typeDef: TypeDef = UndefinedType) extends Product with Serializable
- case class PropertyShapeParser(entry: YMapEntry, producer: (String) ⇒ PropertyShape, requiredFields: Map[String, YNode], patterned: Boolean) extends Product with Serializable
- case class ScalarShapeParser(typeDef: TypeDef, shape: ScalarShape, map: YMap) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
- case class SchemaShapeParser(shape: SchemaShape, map: YMap) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
- abstract class ShapeParser extends AnyRef
- case class TupleShapeParser(shape: TupleShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with Product with Serializable
- case class UnionShapeParser(nodeOrEntry: Either[YMapEntry, YNode], name: String) extends AnyShapeParser with Product with Serializable
- case class XoneConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
-
case class
AnnotationTypesParser(ast: YPart, annotationName: String, map: YMap, adopt: (CustomDomainProperty) ⇒ Unit) extends Product with Serializable
- Definition Classes
- OasSpecParser
-
case class
LinkedAnnotationTypeParser(ast: YPart, annotationName: String, scalar: YScalar, adopt: (CustomDomainProperty) ⇒ Unit) extends Product with Serializable
- Definition Classes
- OasSpecParser
-
case class
UsageParser(map: YMap, baseUnit: BaseUnit) extends Product with Serializable
- Definition Classes
- OasSpecParser
-
case class
UserDocumentationParser(seq: Seq[YNode]) extends Product with Serializable
- Definition Classes
- OasSpecParser
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) ⇒ Unit
-
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 checkNilUnion(parsed: AnyShape): AnyShape
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
implicit
val
ctx: OasWebApiContext
- Definition Classes
- OasTypeParser → BaseSpecParser
- 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
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isOas: Boolean
- Attributes
- protected
-
def
isOas3: Boolean
- Attributes
- protected
- val map: YMap
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parse(): Option[AnyShape]
-
def
parseAnnotationTypeDeclarations(map: YMap, customProperties: String): Unit
- Definition Classes
- OasSpecParser
-
def
parseDeclarations(root: Root, map: YMap): Unit
- Attributes
- protected
- Definition Classes
- OasSpecParser
-
def
parseParameterDeclarations(map: YMap, parentPath: String): Unit
- Definition Classes
- OasSpecParser
-
def
parseResponsesDeclarations(key: String, map: YMap, parentPath: String): Unit
- Definition Classes
- OasSpecParser
-
def
parseTypeDeclarations(map: YMap, typesPrefix: String): Unit
- Definition Classes
- OasSpecParser
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val version: JSONSchemaVersion
-
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
- @native() @throws( ... )
-
object
AnnotationTypesParser extends Serializable
- Definition Classes
- OasSpecParser