t

org.wabase

DtoMarshalling

trait DtoMarshalling extends AppMarshalling with Loggable

Self Type
AppServiceBase[_] with Execution
Source
Marshalling.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DtoMarshalling
  2. Loggable
  3. AppMarshalling
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractChunker extends RowWriter
    Definition Classes
    AppMarshalling
  2. class JsonListChunker[T] extends RowWriter
    Definition Classes
    AppMarshalling
  3. abstract class OdsChunker extends (AppMarshalling.this)#AbstractChunker
    Definition Classes
    AppMarshalling
  4. trait AbstractDtoChunker extends (DtoMarshalling.this)#AbstractChunker
  5. class CsvDtoChunker extends (DtoMarshalling.this)#AbstractDtoChunker
  6. type FutureResponse = Future[HttpResponse]
    Definition Classes
    AppMarshalling
  7. type FutureResponseMarshaller[T] = Marshaller[T, (DtoMarshalling.this)#FutureResponse]
    Definition Classes
    AppMarshalling
  8. class JsonDtoChunker extends (DtoMarshalling.this)#AbstractDtoChunker
  9. class OdsDtoChunker extends (DtoMarshalling.this)#OdsChunker with (DtoMarshalling.this)#AbstractDtoChunker
  10. implicit class Wrapper extends AnyRef
  11. class XlsXmlDtoChunker extends (DtoMarshalling.this)#AbstractDtoChunker

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. val dbBufferSize: Int
    Definition Classes
    AppMarshalling
  7. val dbDataFileMaxSize: Long
    Definition Classes
    AppMarshalling
  8. implicit def dtoListUnmarshaller[T <: AppProvider.App.Dto](implicit jsonUnmarshaller: FromEntityUnmarshaller[JsValue], m: Manifest[T]): FromEntityUnmarshaller[List[T]]
  9. implicit val dtoMarshaller: ToEntityMarshaller[AppProvider.App.Dto]
  10. implicit def dtoResultToWrapper(res: AppProvider.App.AppListResult[AppProvider.App.Dto]): Iterator[(DtoMarshalling.this)#Wrapper] with AutoCloseable { def view: org.mojoz.metadata.ViewDef[org.mojoz.metadata.FieldDef[org.mojoz.metadata.Type]] }
  11. implicit def dtoUnmarshaller[T <: AppProvider.App.Dto](implicit jsonUnmarshaller: FromEntityUnmarshaller[JsValue], m: Manifest[T]): FromEntityUnmarshaller[T]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def httpResponse(contentType: ContentType, src: Source[ByteString, _], maxFileSize: Long = dbDataFileMaxSize)(implicit ec: ExecutionContext): Future[HttpResponse]
    Definition Classes
    AppMarshalling
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    Loggable
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def resultMaxFileSize(result: AppProvider.App.AppListResult[_]): Long
    Attributes
    protected
  24. def source(src: Source[ByteString, _], maxFileSize: Long): Future[SourceValue]
    Attributes
    protected
    Definition Classes
    AppMarshalling
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. implicit def toFutureResponseMarshallable[A](_value: A)(implicit _marshaller: (DtoMarshalling.this)#FutureResponseMarshaller[A]): ToResponseMarshallable
    Definition Classes
    AppMarshalling
  27. val toResponseAppListResultCsvMarshaller: (DtoMarshalling.this)#FutureResponseMarshaller[AppProvider.App.AppListResult[AppProvider.App.Dto]]
  28. val toResponseAppListResultExcelMarshaller: (DtoMarshalling.this)#FutureResponseMarshaller[AppProvider.App.AppListResult[AppProvider.App.Dto]]
  29. val toResponseAppListResultJsonMarshaller: (DtoMarshalling.this)#FutureResponseMarshaller[AppProvider.App.AppListResult[AppProvider.App.Dto]]
  30. implicit val toResponseAppListResultMarshaller: (DtoMarshalling.this)#FutureResponseMarshaller[AppProvider.App.AppListResult[AppProvider.App.Dto]]
  31. val toResponseAppListResultOdsMarshaller: (DtoMarshalling.this)#FutureResponseMarshaller[AppProvider.App.AppListResult[AppProvider.App.Dto]]
  32. implicit def toResponseListJsonMarshaller[T](implicit arg0: JsonFormat[T]): (DtoMarshalling.this)#FutureResponseMarshaller[Iterator[T]]
    Definition Classes
    AppMarshalling
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Loggable

Inherited from AppMarshalling

Inherited from AnyRef

Inherited from Any

Ungrouped