trait CaseClassWriter[V] extends ObjectWriter[V]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- CaseClassWriter
- ObjectWriter
- Writer
- Transformer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
length(v: V): Int
- Definition Classes
- CaseClassWriter → ObjectWriter
-
abstract
def
writeToObject[R](ctx: ObjVisitor[_, R], v: V): Unit
- Definition Classes
- CaseClassWriter → ObjectWriter
- Annotations
- @deprecated
- Deprecated
Not used, left for binary compatibility
Concrete 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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
comap[U](f: (U) ⇒ V): MapWriter[U, V]
- Definition Classes
- Writer
-
def
comapNulls[U](f: (U) ⇒ V): MapWriterNulls[U, V]
- Definition Classes
- Writer
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isJsonDictKey: Boolean
- Definition Classes
- Writer
-
def
narrow[K]: CaseClassReadWriters.Writer[K]
- Definition Classes
- Writer
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
transform[V](v: V, out: Visitor[_, V]): V
- Definition Classes
- Writer → Transformer
-
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( ... ) @native()
-
def
write[V](out: Visitor[_, V], v: V): V
- Definition Classes
- Writer
-
def
write0[R](out: Visitor[_, R], v: V): R
- Definition Classes
- CaseClassWriter → Writer
- Annotations
- @nowarn()
- def writeSnippetMappedName[R, V](ctx: ObjVisitor[_, R], mappedArgsI: CharSequence, w: Any, value: Any): Unit
Deprecated Value Members
-
def
writeSnippet[R, V](objectAttributeKeyWriteMap: (CharSequence) ⇒ CharSequence, ctx: ObjVisitor[_, R], mappedArgsI: String, w: Any, value: Any): Unit
- Annotations
- @deprecated
- Deprecated
Not used, left for binary compatibility