CompileRW

trait CompileRW
Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

inline def ccR[T <: Product](using ProductOf[T]): Reader[T]
inline def ccRW[T <: Product](using ProductOf[T]): ReaderWriter[T]
inline def ccW[T <: Product](using ProductOf[T]): Writer[T]
inline def fromMap[T <: Product](map: Map[String, Value])(using p: ProductOf[T]): T
inline def fromMapElems[A <: Product, T <: Tuple, L <: Tuple](map: Map[String, Value], index: Int, arr: Array[Any], defaults: Map[String, Any]): Unit
inline def getClassName[T]: String
inline def getDefaultParams[T]: Map[String, AnyRef]
inline def toMap[T <: Product](t: T)(using p: ProductOf[T]): Map[String, Value]
inline def toMapElems[A <: Product, T <: Tuple, L <: Tuple](a: A, index: Int): Map[String, Value]