PlaySwaggerConfig

play.modules.swagger.PlaySwaggerConfig
See thePlaySwaggerConfig companion object
case class PlaySwaggerConfig(title: String, version: String, description: String, termsOfServiceUrl: String, contact: String, license: String, licenseUrl: String, host: String, basePath: String, schemes: Seq[String], filterClass: Option[String])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

@Nullable
def getFilterClass: String
def getSchemes: Array[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product