Class/Object

com.axtstar.asta4e

ExcelMapper

Related Docs: object ExcelMapper | package asta4e

Permalink

class ExcelMapper[A1] extends ExcelBasic with TypeCore[A1] with FTypeCore[A1]

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

Instance Constructors

  1. new ExcelMapper()

    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
    ExcelBasicDataCore
  5. def _getDataDown(iStream: FileInputStream): IndexedSeq[(String, IndexedSeq[Map[String, Any]])]

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

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

    Permalink
    Definition Classes
    ExcelBasicDataCore
  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. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getCC[RA1 <: HList, KA1 <: HList, VA1 <: HList, MA1 <: HList](iStream: FileInputStream)(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]): IndexedSeq[(String, Option[A1])]

    Permalink
    Definition Classes
    ExcelMapperTypeCore
  14. def getCCDown[RA1 <: HList, KA1 <: HList, VA1 <: HList, MA1 <: HList](iStream: FileInputStream)(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]): IndexedSeq[(String, IndexedSeq[Option[A1]])]

    Permalink
    Definition Classes
    ExcelMapperTypeCore
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. 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
    ExcelMapperFTypeCore
  17. 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
    ExcelMapperFTypeCore
  18. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    Any
  21. var layoutStram: FileInputStream

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. var outputStream: FileOutputStream

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

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

    Permalink
    Definition Classes
    ExcelMapperTypeCore
  29. 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
    ExcelMapperFTypeCore
  30. 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
    ExcelMapperFTypeCore
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withIgnoreSheets(_ignoreSheets: List[String]): ExcelMapper[A1]

    Permalink

    set sheet names which doesn't include at retrieving Excel

    set sheet names which doesn't include at retrieving Excel

    returns

    ExcelBasic(this)

    Definition Classes
    ExcelMapperExcelBasic
  37. def withLayoutXls(_layoutXlsPath: String): ExcelMapper[A1]

    Permalink
  38. def withLayoutXls(_layoutXls: FileInputStream): ExcelMapper[A1]

    Permalink

    set layout excel as FileInputStream at writing excel

    set layout excel as FileInputStream at writing excel

    returns

    ExcelBasic(this)

    Definition Classes
    ExcelMapperExcelBasic
  39. def withLocation(_locationMapPathExcel: String): ExcelMapper[A1]

    Permalink
    Definition Classes
    ExcelMapperInitialCore
  40. def withLocation(_locationMap: List[Location]): ExcelMapper[A1]

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

    Permalink
    Definition Classes
    InitialCore
  42. def withOutStream(_outputXls: FileOutputStream): ExcelMapper[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
    ExcelMapperInitialCore
  43. def withOutStream(_outputPath: String): ExcelBasic

    Permalink
    Definition Classes
    InitialCore
  44. def withOutXls(_outputXlsPath: String): ExcelMapper[A1]

    Permalink

Inherited from FTypeCore[A1]

Inherited from TypeCore[A1]

Inherited from ExcelBasic

Inherited from InitialCore[ExcelBasic]

Inherited from DataCore

Inherited from AnyRef

Inherited from Any

Ungrouped