class JsonLDObjectElementBuilder extends JsonLDElementBuilder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonLDObjectElementBuilder
  2. JsonLDElementBuilder
  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 JsonLDObjectElementBuilder(location: SourceLocation, key: String, base: String, path: JsonPath)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(property: JsonLDPropertyBuilder): JsonLDObjectElementBuilder
  4. def ++(properties: Seq[JsonLDPropertyBuilder]): JsonLDObjectElementBuilder
  5. def ->[B](y: B): (JsonLDObjectElementBuilder, B)
    Implicit
    This member is added by an implicit conversion from JsonLDObjectElementBuilder to ArrowAssoc[JsonLDObjectElementBuilder] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def build(ctxBuilder: EntityContextBuilder): (JsonLDElement, Type)
  9. def canEquals(other: Any): Boolean
  10. val classTerms: ListBuffer[String]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  12. def ensuring(cond: (JsonLDObjectElementBuilder) ⇒ Boolean, msg: ⇒ Any): JsonLDObjectElementBuilder
    Implicit
    This member is added by an implicit conversion from JsonLDObjectElementBuilder to Ensuring[JsonLDObjectElementBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (JsonLDObjectElementBuilder) ⇒ Boolean): JsonLDObjectElementBuilder
    Implicit
    This member is added by an implicit conversion from JsonLDObjectElementBuilder to Ensuring[JsonLDObjectElementBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): JsonLDObjectElementBuilder
    Implicit
    This member is added by an implicit conversion from JsonLDObjectElementBuilder to Ensuring[JsonLDObjectElementBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): JsonLDObjectElementBuilder
    Implicit
    This member is added by an implicit conversion from JsonLDObjectElementBuilder to Ensuring[JsonLDObjectElementBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from JsonLDObjectElementBuilder to StringFormat[JsonLDObjectElementBuilder] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def getOverriddenTerm: Option[String]
    Definition Classes
    JsonLDElementBuilder
  21. def getOverriddenType: Option[Type]
    Definition Classes
    JsonLDElementBuilder
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val location: SourceLocation
    Definition Classes
    JsonLDElementBuilder
  25. def merge(other: JsonLDObjectElementBuilder)(implicit ctx: JsonLDParserContext): JsonLDObjectElementBuilder
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. val path: JsonPath
    Definition Classes
    JsonLDElementBuilder
  30. val properties: Map[Key, JsonLDPropertyBuilder]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  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 withOverriddenTerm(term: String): THIS
    Definition Classes
    JsonLDElementBuilder
  37. def withOverriddenType(type: Type): THIS
    Definition Classes
    JsonLDElementBuilder
  38. def [B](y: B): (JsonLDObjectElementBuilder, B)
    Implicit
    This member is added by an implicit conversion from JsonLDObjectElementBuilder to ArrowAssoc[JsonLDObjectElementBuilder] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from JsonLDObjectElementBuilder to any2stringadd[JsonLDObjectElementBuilder] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsonLDObjectElementBuilder: any2stringadd[JsonLDObjectElementBuilder]).+(other)
    Definition Classes
    any2stringadd

Deprecated Value Members

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

Inherited from JsonLDElementBuilder

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped