io

fintrospect

package fintrospect

Visibility
  1. Public
  2. All

Type Members

  1. case class ApiInfo(title: String, version: String, description: Option[String] = None) extends Product with Serializable

    Main API description details.

  2. case class ContentType(value: String) extends Product with Serializable

  3. class CorsFilter extends Filter[HttpRequest, HttpResponse, HttpRequest, HttpResponse]

    This implementation is ported from the Finagle version, in order to add support for the Request type used by Fintrospect.

    This implementation is ported from the Finagle version, in order to add support for the Request type used by Fintrospect. See:

  4. case class DescribedRoute extends Product with Serializable

    Encapsulates the description of a route.

  5. class FintrospectModule extends AnyRef

    Self-describing module builder (uses the immutable builder pattern).

  6. trait IncompletePath extends AnyRef

  7. class IncompletePath0 extends IncompletePath

  8. class IncompletePath1[A] extends IncompletePath

  9. class IncompletePath2[A, B] extends IncompletePath

  10. class IncompletePath3[A, B, C] extends IncompletePath

  11. class IncompletePath4[A, B, C, D] extends IncompletePath

  12. class IncompletePath5[A, B, C, D, E] extends IncompletePath

  13. case class ResponseWithExample(status: HttpResponseStatus, description: String, example: JsonNode = null) extends Product with Serializable

  14. abstract class Route extends AnyRef

  15. class Routing extends Service[HttpRequest, HttpResponse]

Value Members

  1. object ContentTypes

  2. object DescribedRoute extends Serializable

  3. object FintrospectModule

  4. object Headers

  5. object IncompletePath

  6. object Routing

  7. package clients

  8. package parameters

  9. package renderers

  10. package testing

  11. package util

Ungrouped