All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.finatra.http.marshalling.DefaultMessageBodyReader.scala Maven / Gradle / Ivy

package com.twitter.finatra.http.marshalling

import com.twitter.finagle.http.Request

trait DefaultMessageBodyReader {
  def parse[T: Manifest](request: Request): T
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy