case class RefV(id: String, clazz: Option[RefV] = None, database: Option[RefV] = None) extends ScalarValue with Product with Serializable
A Ref.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RefV
- Serializable
- Serializable
- Product
- Equals
- ScalarValue
- Value
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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
apply(p: FieldPath, ps: FieldPath*): Result[Value]
Extract the sub-value at the specified path.
Extract the sub-value at the specified path.
- Definition Classes
- Value
-
final
def
apply[T](field: Field[T]): Result[T]
Extract a value with the provided field.
Extract a value with the provided field.
- Definition Classes
- Value
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
clazz: Option[RefV]
- Annotations
- @JsonIgnore()
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
collect[T](field: Field[T]): Result[Seq[T]]
Extract the elements of an ArrayV using the provided field.
Extract the elements of an ArrayV using the provided field.
- Definition Classes
- Value
-
val
database: Option[RefV]
- Annotations
- @JsonIgnore()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
val
id: String
- Annotations
- @JsonIgnore()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
lazy val
refValue: Any
- Annotations
- @JsonProperty()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
to[T](implicit arg0: Decoder[T]): Result[T]
Cast the value to T, using a Decoder.
Cast the value to T, using a Decoder.
- Definition Classes
- Value
-
def
toString(): String
- Definition Classes
- RefV → AnyRef → Any
-
val
vtype: String
- Definition Classes
- ScalarValue → Value
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )