Packages

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)

Type Members

  1. type KEY = String
  2. type TERM = String
  3. type THIS = JsonLDObjectElementBuilder

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 ->[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()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def build(ctxBuilder: EntityContextBuilder): (JsonLDElement, Type)
  8. def canEquals(other: Any): Boolean
  9. val classTerms: ListBuffer[String]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. 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
  12. 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
  13. 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
  14. 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
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. 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()
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getOverriddenTerm: Option[String]
    Definition Classes
    JsonLDElementBuilder
  20. def getOverriddenType: Option[Type]
    Definition Classes
    JsonLDElementBuilder
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val location: SourceLocation
    Definition Classes
    JsonLDElementBuilder
  24. def merge(other: JsonLDObjectElementBuilder)(implicit ctx: JsonLDParserContext): JsonLDObjectElementBuilder
  25. def mergeAndReplaceProperty(current: JsonLDPropertyBuilder, other: JsonLDPropertyBuilder)(implicit ctx: JsonLDParserContext): Any
  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. val path: JsonPath
    Definition Classes
    JsonLDElementBuilder
  30. val properties: Map[KEY, JsonLDPropertyBuilder]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. val termExtends: LinkedHashMap[TERM, TERM]
  33. val termIndex: LinkedHashMap[TERM, KEY]
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def withOverriddenTerm(term: String): THIS
    Definition Classes
    JsonLDElementBuilder
  39. def withOverriddenType(type: Type): THIS
    Definition Classes
    JsonLDElementBuilder
  40. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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