Class/Object

com.axtstar.asta4e

CsvMapper

Related Docs: object CsvMapper | package asta4e

Permalink

class CsvMapper[A1] extends CsvBasic with TypeCore[A1] with FTypeCore[A1]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CsvMapper
  2. FTypeCore
  3. TypeCore
  4. CsvBasic
  5. InitialCore
  6. DataCore
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CsvMapper()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _getData(iStream: FileInputStream): IndexedSeq[(String, Map[String, Any])]

    Permalink
    Definition Classes
    CsvBasicDataCore
  5. def _getDataDown(iStream: FileInputStream): IndexedSeq[(String, IndexedSeq[Map[String, Any]])]

    Permalink
    Definition Classes
    CsvBasicDataCore
  6. def _setData(bindData: (String, Map[String, Any])*): Unit

    Permalink
    Definition Classes
    CsvBasicDataCore
  7. def _setDataDown(bindData: (String, IndexedSeq[Map[String, Any]])*): Unit

    Permalink
    Definition Classes
    CsvBasicDataCore
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. var encoding: String

    Permalink
    Attributes
    protected
    Definition Classes
    CsvBasic
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getCC[RA1 <: HList, K <: HList, V <: HList, V1 <: HList](iStream: FileInputStream)(implicit gen: Aux[A1, RA1], fromMap: FromMap[RA1], typeable: Typeable[A1], keys: Aux[RA1, K], ktl: ToList[K, Symbol], values: Aux[RA1, V], mapper: Aux[typeablePoly.type, V, V1], fillWith: FillWith[nullPoly.type, V], vtl: ToList[V1, String]): IndexedSeq[(String, Option[A1])]

    Permalink
    Definition Classes
    CsvMapperTypeCore
  15. def getCCDown[R <: HList, K <: HList, V <: HList, V1 <: HList](iStream: FileInputStream)(implicit gen: Aux[A1, R], fromMap: FromMap[R], typeable: Typeable[A1], keys: Aux[R, K], ktl: ToList[K, Symbol], values: Aux[R, V], mapper: Aux[typeablePoly.type, V, V1], fillWith: FillWith[nullPoly.type, V], vtl: ToList[V1, String]): IndexedSeq[(String, IndexedSeq[Option[A1]])]

    Permalink
    Definition Classes
    CsvMapperTypeCore
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getColumnSize(iStream: FileInputStream): Int

    Permalink
    Definition Classes
    CsvBasic
  18. def getFCC[RA1 <: HList, KA1 <: HList, VA1 <: HList, MA1 <: HList, A2, RA2 <: HList, KA2 <: HList, VA2 <: HList, MA2 <: HList](iStream: FileInputStream)(f: (Option[A2]) ⇒ Option[A1])(implicit gen: Aux[A1, RA1], fromMap: FromMap[RA1], typeable: Typeable[A1], keys: Aux[RA1, KA1], ktl: ToList[KA1, Symbol], values: Aux[RA1, VA1], mapper: Aux[typeablePoly.type, VA1, MA1], fillWith: FillWith[nullPoly.type, VA1], vtl: ToList[MA1, String], gen2: Aux[A2, RA2], fromMap2: FromMap[RA2], typeable2: Typeable[A2], keys2: Aux[RA2, KA2], ktl2: ToList[KA2, Symbol], values2: Aux[RA2, VA2], mapper2: Aux[typeablePoly.type, VA2, MA2], fillWith2: FillWith[nullPoly.type, VA2], vtl2: ToList[MA2, String]): IndexedSeq[(String, Option[A1])]

    Permalink
    Definition Classes
    CsvMapperFTypeCore
  19. def getFCCDown[RA1 <: HList, KA1 <: HList, VA1 <: HList, MA1 <: HList, A2, RA2 <: HList, KA2 <: HList, VA2 <: HList, MA2 <: HList](iStream: FileInputStream)(f: (Option[A2]) ⇒ Option[A1])(implicit gen: Aux[A1, RA1], fromMap: FromMap[RA1], typeable: Typeable[A1], keys: Aux[RA1, KA1], ktl: ToList[KA1, Symbol], values: Aux[RA1, VA1], mapper: Aux[typeablePoly.type, VA1, MA1], fillWith: FillWith[nullPoly.type, VA1], vtl: ToList[MA1, String], gen2: Aux[A2, RA2], fromMap2: FromMap[RA2], typeable2: Typeable[A2], keys2: Aux[RA2, KA2], ktl2: ToList[KA2, Symbol], values2: Aux[RA2, VA2], mapper2: Aux[typeablePoly.type, VA2, MA2], fillWith2: FillWith[nullPoly.type, VA2], vtl2: ToList[MA2, String]): IndexedSeq[(String, IndexedSeq[Option[A1]])]

    Permalink
    Definition Classes
    CsvMapperFTypeCore
  20. def getRowSize(iStream: FileInputStream): Int

    Permalink
    Definition Classes
    CsvBasic
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. var ignoreSheets: List[String]

    Permalink
    Attributes
    protected
    Definition Classes
    InitialCore
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. var layoutStram: FileInputStream

    Permalink
    Attributes
    protected
    Definition Classes
    InitialCore
  25. var locationMap: List[Location]

    Permalink
    Attributes
    protected
    Definition Classes
    InitialCore
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. var outputStream: FileOutputStream

    Permalink
    Attributes
    protected
    Definition Classes
    InitialCore
  30. var quoteChar: Char

    Permalink
    Attributes
    protected
    Definition Classes
    CsvBasic
  31. var separator: Char

    Permalink
    Attributes
    protected
    Definition Classes
    CsvBasic
  32. def setCC[L <: HList](bindCC: IndexedSeq[(String, Option[A1])])(implicit gen: Aux[A1, L], tmr: ToMap[L]): Unit

    Permalink
    Definition Classes
    CsvMapperTypeCore
  33. def setCCDown[L <: HList](bindData: IndexedSeq[(String, IndexedSeq[Option[A1]])])(implicit gen: Aux[A1, L], tmr: ToMap[L]): Unit

    Permalink
    Definition Classes
    CsvMapperTypeCore
  34. def setFCC[RA1 <: HList, A2, RA2 <: HList](bindCC: IndexedSeq[(String, Option[A2])])(f: (Option[A2]) ⇒ Option[A1])(implicit gen: Aux[A1, RA1], tmr: ToMap[RA1], gen2: Aux[A2, RA2], tmr2: ToMap[RA2]): Unit

    Permalink
    Definition Classes
    CsvMapperFTypeCore
  35. def setFCCDown[RA1 <: HList, A2, RA2 <: HList](bindCC: IndexedSeq[(String, IndexedSeq[Option[A2]])])(f: (Option[A2]) ⇒ Option[A1])(implicit gen: Aux[A1, RA1], tmr: ToMap[RA1], gen2: Aux[A2, RA2], tmr2: ToMap[RA2]): Unit

    Permalink
    Definition Classes
    CsvMapperFTypeCore
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def withEncoding(_encoding: String): CsvMapper[A1]

    Permalink
    Definition Classes
    CsvMapperCsvBasic
  42. def withLocation(_locationMapPathExcel: String): CsvMapper[A1]

    Permalink
    Definition Classes
    CsvMapperInitialCore
  43. def withLocation(_locationMap: List[Location]): CsvMapper[A1]

    Permalink
  44. def withLocation(_locationMap: List[Location])(implicit ev: <:<[CsvBasic, InitialCore[CsvBasic]]): CsvBasic

    Permalink
    Definition Classes
    InitialCore
  45. def withOutStream(_outputPath: String): CsvMapper[A1]

    Permalink
    Definition Classes
    CsvMapperInitialCore
  46. def withOutStream(_outputXls: FileOutputStream): CsvMapper[A1]

    Permalink

    set output excel file as FileOutputStream at writing excel

    set output excel file as FileOutputStream at writing excel

    returns

    ExcelBasic(this)

    Definition Classes
    CsvMapperInitialCore
  47. def withOutXls(_outputXlsPath: String): CsvMapper[A1]

    Permalink

Inherited from FTypeCore[A1]

Inherited from TypeCore[A1]

Inherited from CsvBasic

Inherited from InitialCore[CsvBasic]

Inherited from DataCore

Inherited from AnyRef

Inherited from Any

Ungrouped