trait
OrientFormat[A] extends AnyRef
Abstract Value Members
-
abstract
def
name: String
-
abstract
def
properties(model: A): Map[String, Any]
-
abstract
def
read: OrientRead[A]
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
read[R](r: R): OrientRead[R]
-
def
readBinary(fieldName: String): OrientRead[List[Byte]]
-
def
readBoolean(fieldName: String): OrientRead[Boolean]
-
def
readBooleanOpt(fieldName: String): OrientRead[Option[Boolean]]
-
def
readDatetime(fieldName: String): OrientRead[Date]
-
def
readDatetimeOpt(fieldName: String): OrientRead[Option[Date]]
-
def
readDouble(fieldName: String): OrientRead[Double]
-
def
readDoubleOpt(fieldName: String): OrientRead[Option[Double]]
-
def
readFloat(fieldName: String): OrientRead[Float]
-
def
readFloatOpt(fieldName: String): OrientRead[Option[Float]]
-
def
readInt(fieldName: String): OrientRead[Int]
-
def
readIntOpt(fieldName: String): OrientRead[Option[Int]]
-
def
readLong(fieldName: String): OrientRead[Long]
-
def
readLongOpt(fieldName: String): OrientRead[Option[Long]]
-
def
readShort(fieldName: String): OrientRead[Short]
-
def
readShortOpt(fieldName: String): OrientRead[Option[Short]]
-
def
readString(fieldName: String): OrientRead[String]
-
def
readStringOpt(fieldName: String): OrientRead[Option[String]]
-
lazy val
reader: Reader[OrientElement, A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
OrientFormat typeclass makes it able to transform from and to OrientElements from a specific model A.