trait AppMarshalling extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- AppMarshalling
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait AbstractChunker extends RowWriter
- type FutureResponse = Future[HttpResponse]
- type FutureResponseMarshaller[T] = Marshaller[T, (AppMarshalling.this)#FutureResponse]
- class JsonListChunker[T] extends RowWriter
- abstract class OdsChunker extends (AppMarshalling.this)#AbstractChunker
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
- val dbDataFileMaxSize: Long
-
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]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
source(src: Source[ByteString, _], maxFileSize: Long): Future[SourceValue]
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit def toFutureResponseMarshallable[A](_value: A)(implicit _marshaller: (AppMarshalling.this)#FutureResponseMarshaller[A]): ToResponseMarshallable
- implicit def toResponseListJsonMarshaller[T](implicit arg0: JsonFormat[T]): (AppMarshalling.this)#FutureResponseMarshaller[Iterator[T]]
-
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()