Packages

c

amf.rdf.internal.parsers

ObjectParser

class ObjectParser extends RdfParserCommon

Linear Supertypes
RdfParserCommon, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObjectParser
  2. RdfParserCommon
  3. AnyRef
  4. 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 ObjectParser(rootId: String, recursionControl: RecursionControl, plugins: EntitiesFacade, nodeFinder: NodeFinder, sourcesRetriever: SourcesRetriever)(implicit ctx: RdfParserContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ObjectParser to any2stringadd[ObjectParser] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ObjectParser, B)
    Implicit
    This member is added by an implicit conversion from ObjectParser to ArrowAssoc[ObjectParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def annots(sources: SourceMap, key: String): Annotations
    Definition Classes
    RdfParserCommon
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  9. implicit val ctx: RdfParserContext
    Definition Classes
    ObjectParserRdfParserCommon
  10. def ensuring(cond: (ObjectParser) ⇒ Boolean, msg: ⇒ Any): ObjectParser
    Implicit
    This member is added by an implicit conversion from ObjectParser to Ensuring[ObjectParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (ObjectParser) ⇒ Boolean): ObjectParser
    Implicit
    This member is added by an implicit conversion from ObjectParser to Ensuring[ObjectParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): ObjectParser
    Implicit
    This member is added by an implicit conversion from ObjectParser to Ensuring[ObjectParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): ObjectParser
    Implicit
    This member is added by an implicit conversion from ObjectParser to Ensuring[ObjectParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def key(node: Node, property: String): Seq[PropertyObject]
    Attributes
    protected
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. val nodeFinder: NodeFinder
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def parse(node: Node, findBaseUnit: Boolean = false, visitedSelfEncoded: Boolean = false): Option[AmfElement]
  25. def parseDynamicType(id: PropertyObject): Option[DataNode]
  26. val plugins: EntitiesFacade
  27. val recursionControl: RecursionControl
  28. def retrieveSources(node: Node): SourceMap
    Attributes
    protected
  29. val rootId: String
  30. val sourcesRetriever: SourcesRetriever
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def value(t: Type, node: YNode): YNode
    Definition Classes
    RdfParserCommon
    Annotations
    @tailrec()
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def [B](y: B): (ObjectParser, B)
    Implicit
    This member is added by an implicit conversion from ObjectParser to ArrowAssoc[ObjectParser] 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
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ObjectParser to StringFormat[ObjectParser] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from RdfParserCommon

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped