trait DtoMarshalling extends AppMarshalling with Loggable
Ordering
- Alphabetic
- By Inheritance
Inherited
- DtoMarshalling
- Loggable
- AppMarshalling
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
AbstractChunker extends RowWriter
- Definition Classes
- AppMarshalling
-
class
JsonListChunker[T] extends RowWriter
- Definition Classes
- AppMarshalling
-
abstract
class
OdsChunker extends (AppMarshalling.this)#AbstractChunker
- Definition Classes
- AppMarshalling
- trait AbstractDtoChunker extends (DtoMarshalling.this)#AbstractChunker
- class CsvDtoChunker extends (DtoMarshalling.this)#AbstractDtoChunker
-
type
FutureResponse = Future[HttpResponse]
- Definition Classes
- AppMarshalling
-
type
FutureResponseMarshaller[T] = Marshaller[T, (DtoMarshalling.this)#FutureResponse]
- Definition Classes
- AppMarshalling
- class JsonDtoChunker extends (DtoMarshalling.this)#AbstractDtoChunker
- class OdsDtoChunker extends (DtoMarshalling.this)#OdsChunker with (DtoMarshalling.this)#AbstractDtoChunker
- implicit class Wrapper extends AnyRef
- class XlsXmlDtoChunker extends (DtoMarshalling.this)#AbstractDtoChunker
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
dbBufferSize: Int
- Definition Classes
- AppMarshalling
-
val
dbDataFileMaxSize: Long
- Definition Classes
- AppMarshalling
- implicit def dtoListUnmarshaller[T <: AppProvider.App.Dto](implicit jsonUnmarshaller: FromEntityUnmarshaller[JsValue], m: Manifest[T]): FromEntityUnmarshaller[List[T]]
- implicit val dtoMarshaller: ToEntityMarshaller[AppProvider.App.Dto]
- 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]] }
- implicit def dtoUnmarshaller[T <: AppProvider.App.Dto](implicit jsonUnmarshaller: FromEntityUnmarshaller[JsValue], m: Manifest[T]): FromEntityUnmarshaller[T]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
httpResponse(contentType: ContentType, src: Source[ByteString, _], maxFileSize: Long = dbDataFileMaxSize)(implicit ec: ExecutionContext): Future[HttpResponse]
- Definition Classes
- AppMarshalling
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- Loggable
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
resultMaxFileSize(result: AppProvider.App.AppListResult[_]): Long
- Attributes
- protected
-
def
source(src: Source[ByteString, _], maxFileSize: Long): Future[SourceValue]
- Attributes
- protected
- Definition Classes
- AppMarshalling
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
implicit
def
toFutureResponseMarshallable[A](_value: A)(implicit _marshaller: (DtoMarshalling.this)#FutureResponseMarshaller[A]): ToResponseMarshallable
- Definition Classes
- AppMarshalling
- val toResponseAppListResultCsvMarshaller: (DtoMarshalling.this)#FutureResponseMarshaller[AppProvider.App.AppListResult[AppProvider.App.Dto]]
- val toResponseAppListResultExcelMarshaller: (DtoMarshalling.this)#FutureResponseMarshaller[AppProvider.App.AppListResult[AppProvider.App.Dto]]
- val toResponseAppListResultJsonMarshaller: (DtoMarshalling.this)#FutureResponseMarshaller[AppProvider.App.AppListResult[AppProvider.App.Dto]]
- implicit val toResponseAppListResultMarshaller: (DtoMarshalling.this)#FutureResponseMarshaller[AppProvider.App.AppListResult[AppProvider.App.Dto]]
- val toResponseAppListResultOdsMarshaller: (DtoMarshalling.this)#FutureResponseMarshaller[AppProvider.App.AppListResult[AppProvider.App.Dto]]
-
implicit
def
toResponseListJsonMarshaller[T](implicit arg0: JsonFormat[T]): (DtoMarshalling.this)#FutureResponseMarshaller[Iterator[T]]
- Definition Classes
- AppMarshalling
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()