ChainedMapper

class ChainedMapper(val mappers: List<Mapper>) : Mapper(source)

Constructors

Link copied to clipboard
constructor(mappers: List<Mapper>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun selects(targetPaths: List<String>): List<String>