ComponentRegistry

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val mappers: List<Mapper<out Any>>

Functions

Link copied to clipboard
fun decode(source: DecodeSource, options: Options, startIndex: Int = 0): Pair<Decoder, Int>
Link copied to clipboard
fun fetch(data: Any, options: Options, startIndex: Int = 0): Pair<Fetcher, Int>
Link copied to clipboard
fun key(data: Any, options: Options, type: Keyer.Type): String?
Link copied to clipboard
fun map(data: Any, options: Options): Any