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
Ordering
- Alphabetic
- By Inheritance
Inherited
- InlineOasTypeParser
- Serializable
- Serializable
- Product
- Equals
- QuickFieldParserOps
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new InlineOasTypeParser(entryOrNode: YMapEntryLike, name: String, map: YMap, adopt: (Shape) ⇒ Unit, version: SchemaVersion, isDeclaration: Boolean = false)(implicit ctx: ShapeParserContext)
Type Members
-
implicit
class
FieldOps extends AnyRef
- Definition Classes
- QuickFieldParserOps
-
class
ObjectField extends (YMapEntry) ⇒ Unit
- Definition Classes
- QuickFieldParserOps
-
trait
Target extends AnyRef
- Definition Classes
- QuickFieldParserOps
- 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 DataArrangementShapeParser with Product with Serializable
- trait CommonScalarParsingLogic extends AnyRef
- case class DataArrangementParser(name: String, ast: YPart, map: YMap, adopt: (Shape) ⇒ Unit) extends Product with Serializable
- trait DataArrangementShapeParser extends AnyShapeParser
- case class DiscriminatorParser(shape: NodeShape, entry: YMapEntry) 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: ShapeParserContext) extends AnyShapeParser with Product with Serializable
- case class OrConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
- case class PropertiesParser(map: YMap, producer: (String, Annotations) ⇒ PropertyShape, requiredFields: Map[String, YNode], patterned: Boolean = false) extends Product with Serializable
- case class PropertyShapeParser(entry: YMapEntry, producer: (String, Annotations) ⇒ 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)(implicit errorHandler: AMFErrorHandler) 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 DataArrangementShapeParser with Product with Serializable
- case class UnionShapeParser(nodeOrEntry: YMapEntryLike, name: String) extends AnyShapeParser with Product with Serializable
- case class XoneConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
Value Members
-
object
EmptyTarget extends Target with Product with Serializable
- Definition Classes
- QuickFieldParserOps
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val adopt: (Shape) ⇒ Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkNilUnion(parsed: AnyShape): AnyShape
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- implicit val ctx: ShapeParserContext
-
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
-
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
-
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
-
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
- val entryOrNode: YMapEntryLike
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val isDeclaration: Boolean
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def parse(): Option[AnyShape]
- def parseSemanticContext(shape: AnyShape): Option[SemanticContext]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val version: SchemaVersion
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
-
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.