case class Instance extends JsonLDObjectWrapper with UnwrappedFields with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Instance
- Serializable
- Serializable
- Product
- Equals
- UnwrappedFields
- JsonLDObjectWrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
This = Instance
- Definition Classes
- Instance → JsonLDObjectWrapper
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
implicit
def
boolFieldConversion(boolField: BoolField): Boolean
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
implicit
def
boolOptFieldConversion(boolField: BoolField): Option[Boolean]
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
copy(newWrapped: JsonLDObject): Instance
- Attributes
- protected
- Definition Classes
- Instance → JsonLDObjectWrapper
- lazy val definedBy: Option[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
implicit
def
fieldToString(field: Field): String
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
def
fields: Fields
- Attributes
- protected
- Definition Classes
- Instance → UnwrappedFields
- lazy val gcl: String
-
def
get[T](field: Field): T
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
implicit
def
intOptFieldConversion(intField: IntField): Option[Int]
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
implicit
def
strCollectionFieldConversion(collectionField: Seq[StrField]): Seq[String]
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
implicit
def
strFieldConversion(optField: StrField): String
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
implicit
def
strOptFieldConversion(optField: StrField): Option[String]
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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 withDefinedBy(schema: String): Instance
-
def
withDynamicProperty(key: String, value: JsonLDObject): This
- Definition Classes
- JsonLDObjectWrapper
-
def
withDynamicProperty(key: String, value: Float): This
- Definition Classes
- JsonLDObjectWrapper
-
def
withDynamicProperty(key: String, value: Boolean): This
- Definition Classes
- JsonLDObjectWrapper
-
def
withDynamicProperty(key: String, value: Int): This
- Definition Classes
- JsonLDObjectWrapper
-
def
withDynamicProperty(key: String, value: String): This
- Definition Classes
- JsonLDObjectWrapper
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.