Package

org.http4s.rho

swagger

Permalink

package swagger

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. swagger
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class DiscriminatorField(field: String) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  2. implicit class ReflectionHelpers[F[_]] extends AnyRef

    Permalink
  3. case class RouteDesc(msg: String) extends TextMetaData with Product with Serializable

    Permalink

    Metadata carrier for specific routes

  4. case class RouteSecurityScope(definitions: Map[String, List[String]]) extends SecurityScopesMetaData with Product with Serializable

    Permalink

    Scopes carrier for specific routes

  5. implicit class SecOps[F[_]] extends AnyRef

    Permalink

    Add support for adding security scopes before a route using the ^^ operator

  6. final case class SwaggerFileResponse[T](value: T) extends Product with Serializable

    Permalink
  7. final case class SwaggerFormats(customSerializers: PartialFunction[scala.reflect.api.JavaUniverse.Type, Set[Model]], customFieldSerializers: PartialFunction[scala.reflect.api.JavaUniverse.Type, Property]) extends Product with Serializable

    Permalink
  8. abstract class SwaggerSupport[F[_]] extends SwaggerSyntax[F]

    Permalink
  9. trait SwaggerSyntax[F[_]] extends AnyRef

    Permalink

Value Members

  1. val DefaultSwaggerFormats: SwaggerFormats

    Permalink
  2. val EmptySwaggerFormats: SwaggerFormats

    Permalink
  3. object Reflector

    Permalink
  4. object SwaggerFileResponse extends Serializable

    Permalink
  5. object SwaggerFormats extends Serializable

    Permalink
  6. object SwaggerSupport

    Permalink
  7. object TypeBuilder

    Permalink
  8. object models

    Permalink
  9. object syntax

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped