trait QuereaseResultMarshalling extends AnyRef
- Self Type
- AppProvider[_] with Execution with QuereaseMarshalling with OptionMarshalling
- Source
- Marshalling.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- QuereaseResultMarshalling
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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()
- def createCborEncoderFactory(viewName: String, isCollection: Boolean): EncoderFactory
- def createCsvEncoderFactory(viewName: String): EncoderFactory
- def createJsonEncoderFactory(viewName: String, isCollection: Boolean): EncoderFactory
- def createOdsEncoderFactory(viewName: String): EncoderFactory
- def createXlsXmlEncoderFactory(viewName: String): EncoderFactory
-
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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyToUriStrings(key: Seq[Any]): Seq[String]
-
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 serializedResultToCborFlow(viewName: String, isCollection: Boolean): Flow[ByteString, ByteString, NotUsed]
- def serializedResultToCsvFlow(viewName: String): Flow[ByteString, ByteString, NotUsed]
- def serializedResultToJsonFlow(viewName: String, isCollection: Boolean): Flow[ByteString, ByteString, NotUsed]
- def serializedResultToOdsFlow(viewName: String): Flow[ByteString, ByteString, NotUsed]
- def serializedResultToXlsXmlFlow(viewName: String): Flow[ByteString, ByteString, NotUsed]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit val toEntityQuereaseDeleteResultMarshaller: ToEntityMarshaller[QuereaseDeleteResult]
- implicit val toEntityQuereaseIdResultMarshaller: ToEntityMarshaller[IdResult]
- implicit def toEntityQuereaseListResultMarshaller(viewName: String): ToEntityMarshaller[ListResult]
- implicit val toEntityQuereaseLongResultMarshaller: ToEntityMarshaller[LongResult]
- implicit def toEntityQuereaseMapResultMarshaller(viewName: String): ToEntityMarshaller[MapResult]
- implicit val toEntityQuereaseNoResultMarshaller: ToEntityMarshaller[NoResult.type]
- implicit val toEntityQuereaseNumberResultMarshaller: ToEntityMarshaller[NumberResult]
- implicit def toEntityQuereasePojoResultMarshaller(viewName: String): ToEntityMarshaller[PojoResult]
- def toEntityQuereaseSerializedResultMarshaller(viewName: String): ToEntityMarshaller[QuereaseSerializedResult]
- implicit val toEntityQuereaseStringResultMarshaller: ToEntityMarshaller[StringResult]
- def toEntitySerializedResultMarshaller(contentType: ContentType, createEncoder: EncoderFactory): ToEntityMarshaller[SerializedResult]
- implicit val toResponseQuereaseIteratorMarshaller: ToResponseMarshaller[QuereaseProvider.QE.QuereaseIteratorResult[AppProvider.App.Dto]]
- implicit def toResponseQuereaseKeyResultMarshaller: ToResponseMarshaller[KeyResult]
- implicit def toResponseQuereaseOptionResultMarshaller(viewName: String): ToResponseMarshaller[OptionResult]
- implicit val toResponseQuereaseStatusResultMarshaller: ToResponseMarshaller[StatusResult]
- implicit def toResponseTresqlResultMarshaller(implicit res: Resources): ToEntityMarshaller[RowLike]
- implicit def toResponseWabaseResultMarshaller(implicit ec: ExecutionContext): ToResponseMarshaller[AppProvider.App.WabaseResult]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
uriWithKey(uri: Uri, key: Seq[Any]): Uri
Override to change key representation in redirect uri, see uriWithKeyInPath(uri, key) and uriWithKeyInQuery(uri, key).
Override to change key representation in redirect uri, see uriWithKeyInPath(uri, key) and uriWithKeyInQuery(uri, key). Default is uriWithKeyInQuery.
- def uriWithKeyInPath(uri: Uri, key: Seq[Any]): Uri
- def uriWithKeyInQuery(uri: Uri, key: Seq[Any]): Uri
-
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()