Packages

c

amf.shapes.internal.spec.oas.parser

InlineOasTypeParser

case class InlineOasTypeParser(entryOrNode: YMapEntryLike, name: String, map: YMap, adopt: (Shape) ⇒ Unit, version: SchemaVersion, isDeclaration: Boolean = false)(implicit ctx: ShapeParserContext) extends QuickFieldParserOps with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, QuickFieldParserOps, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InlineOasTypeParser
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. QuickFieldParserOps
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InlineOasTypeParser(entryOrNode: YMapEntryLike, name: String, map: YMap, adopt: (Shape) ⇒ Unit, version: SchemaVersion, isDeclaration: Boolean = false)(implicit ctx: ShapeParserContext)

Type Members

  1. implicit class FieldOps extends AnyRef
    Definition Classes
    QuickFieldParserOps
  2. class ObjectField extends (YMapEntry) ⇒ Unit
    Definition Classes
    QuickFieldParserOps
  3. trait Target extends AnyRef
    Definition Classes
    QuickFieldParserOps
  4. abstract class AnyShapeParser extends ShapeParser
  5. case class AnyTypeShapeParser(shape: AnyShape, map: YMap) extends AnyShapeParser with Product with Serializable
  6. case class ArrayShapeParser(shape: ArrayShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with DataArrangementShapeParser with Product with Serializable
  7. trait CommonScalarParsingLogic extends AnyRef
  8. case class DataArrangementParser(name: String, ast: YPart, map: YMap, adopt: (Shape) ⇒ Unit) extends Product with Serializable
  9. trait DataArrangementShapeParser extends AnyShapeParser
  10. case class DiscriminatorParser(shape: NodeShape, entry: YMapEntry) extends Product with Serializable
  11. case class FileShapeParser(typeDef: TypeDef, shape: FileShape, map: YMap) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
  12. case class NodeShapeParser(shape: NodeShape, map: YMap)(implicit ctx: ShapeParserContext) extends AnyShapeParser with Product with Serializable
  13. case class OrConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
  14. case class PropertiesParser(map: YMap, producer: (String, Annotations) ⇒ PropertyShape, requiredFields: Map[String, YNode], patterned: Boolean = false) extends Product with Serializable
  15. case class PropertyShapeParser(entry: YMapEntry, producer: (String, Annotations) ⇒ PropertyShape, requiredFields: Map[String, YNode], patterned: Boolean) extends Product with Serializable
  16. case class ScalarShapeParser(typeDef: TypeDef, shape: ScalarShape, map: YMap) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
  17. case class SchemaShapeParser(shape: SchemaShape, map: YMap)(implicit errorHandler: AMFErrorHandler) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
  18. abstract class ShapeParser extends AnyRef
  19. case class TupleShapeParser(shape: TupleShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with DataArrangementShapeParser with Product with Serializable
  20. case class UnionShapeParser(nodeOrEntry: YMapEntryLike, name: String) extends AnyShapeParser with Product with Serializable
  21. case class XoneConstraintParser(map: YMap, shape: Shape) extends Product with Serializable

Value Members

  1. object EmptyTarget extends Target with Product with Serializable
    Definition Classes
    QuickFieldParserOps
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from InlineOasTypeParser to any2stringadd[InlineOasTypeParser] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (InlineOasTypeParser, B)
    Implicit
    This member is added by an implicit conversion from InlineOasTypeParser to ArrowAssoc[InlineOasTypeParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. val adopt: (Shape) ⇒ Unit
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def checkNilUnion(parsed: AnyShape): AnyShape
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. implicit val ctx: ShapeParserContext
  12. def ensuring(cond: (InlineOasTypeParser) ⇒ Boolean, msg: ⇒ Any): InlineOasTypeParser
    Implicit
    This member is added by an implicit conversion from InlineOasTypeParser to Ensuring[InlineOasTypeParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (InlineOasTypeParser) ⇒ Boolean): InlineOasTypeParser
    Implicit
    This member is added by an implicit conversion from InlineOasTypeParser to Ensuring[InlineOasTypeParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): InlineOasTypeParser
    Implicit
    This member is added by an implicit conversion from InlineOasTypeParser to Ensuring[InlineOasTypeParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): InlineOasTypeParser
    Implicit
    This member is added by an implicit conversion from InlineOasTypeParser to Ensuring[InlineOasTypeParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. val entryOrNode: YMapEntryLike
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from InlineOasTypeParser to StringFormat[InlineOasTypeParser] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. val isDeclaration: Boolean
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isOas: Boolean
    Attributes
    protected
  23. def isOas3: Boolean
    Attributes
    protected
  24. val map: YMap
  25. val name: String
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def parse(): Option[AnyShape]
  30. def parseSemanticContext(shape: AnyShape): Option[SemanticContext]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. val version: SchemaVersion
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def [B](y: B): (InlineOasTypeParser, B)
    Implicit
    This member is added by an implicit conversion from InlineOasTypeParser to ArrowAssoc[InlineOasTypeParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from QuickFieldParserOps

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from InlineOasTypeParser to any2stringadd[InlineOasTypeParser]

Inherited by implicit conversion StringFormat from InlineOasTypeParser to StringFormat[InlineOasTypeParser]

Inherited by implicit conversion Ensuring from InlineOasTypeParser to Ensuring[InlineOasTypeParser]

Inherited by implicit conversion ArrowAssoc from InlineOasTypeParser to ArrowAssoc[InlineOasTypeParser]

Ungrouped