trait SwaggerRouteDSL extends RouteDSL
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SwaggerRouteDSL
- RouteDSL
- RouteState
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- implicit abstract val openAPI: OpenAPI
- Attributes
- protected
Concrete 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
- def any(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def any(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def any(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def any(route: String, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def any[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) => ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
- Definition Classes
- RouteDSL
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def delete(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def delete(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def delete(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def delete(route: String, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def delete[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) => ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
- Definition Classes
- RouteDSL
- def deleteWithDoc[RequestType, ResponseType](route: String, name: String = "", admin: Boolean = false, routeIndex: Option[RouteIndex] = None, registerOptionsRequest: Boolean = false)(doc: (Operation) => Operation)(callback: (RequestType) => ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filter(next: HttpFilter): FilteredDSL[HttpFilter]
- Definition Classes
- RouteDSL
- def filter[FilterType <: HttpFilter](f: => Unit)(implicit arg0: Manifest[FilterType]): Unit
- Definition Classes
- RouteDSL
- def filter[FilterType <: HttpFilter](implicit arg0: Manifest[FilterType]): FilteredDSL[FilterType]
- Definition Classes
- RouteDSL
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def get(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def get(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def get(route: String, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def get[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) => ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
- Definition Classes
- RouteDSL
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getWithDoc[RequestType, ResponseType](route: String, name: String = "", admin: Boolean = false, routeIndex: Option[RouteIndex] = None, registerOptionsRequest: Boolean = false)(doc: (Operation) => Operation)(callback: (RequestType) => ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def head(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def head(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def head(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def head(route: String, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def head[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) => ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
- Definition Classes
- RouteDSL
- def headWithDoc[RequestType, ResponseType](route: String, name: String = "", admin: Boolean = false, routeIndex: Option[RouteIndex] = None, registerOptionsRequest: Boolean = false)(doc: (Operation) => Operation)(callback: (RequestType) => ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val noopCallback: (Request) => Response
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def options(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def options(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def options(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def options(route: String, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def options[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) => ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
- Definition Classes
- RouteDSL
- def optionsWithDoc[RequestType, ResponseType](route: String, name: String = "", admin: Boolean = false, routeIndex: Option[RouteIndex] = None)(doc: (Operation) => Operation)(callback: (RequestType) => ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit
- def patch(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def patch(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def patch(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def patch(route: String, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def patch[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) => ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
- Definition Classes
- RouteDSL
- def patchWithDoc[RequestType, ResponseType](route: String, name: String = "", admin: Boolean = false, routeIndex: Option[RouteIndex] = None, registerOptionsRequest: Boolean = false)(doc: (Operation) => Operation)(callback: (RequestType) => ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit
- def post(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def post(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def post(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def post(route: String, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def post[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) => ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
- Definition Classes
- RouteDSL
- def postWithDoc[RequestType, ResponseType](route: String, name: String = "", admin: Boolean = false, routeIndex: Option[RouteIndex] = None, registerOptionsRequest: Boolean = false)(doc: (Operation) => Operation)(callback: (RequestType) => ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit
- def prefix(value: String): PrefixedDSL
- Definition Classes
- RouteDSL
- def put(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def put(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def put(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def put(route: String, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def put[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) => ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
- Definition Classes
- RouteDSL
- def putWithDoc[RequestType, ResponseType](route: String, name: String = "", admin: Boolean = false, routeIndex: Option[RouteIndex] = None, registerOptionsRequest: Boolean = false)(doc: (Operation) => Operation)(callback: (RequestType) => ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trace(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def trace(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def trace(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def trace(route: String, callback: JavaCallback[Request, AnyRef]): Unit
- Attributes
- protected
- Definition Classes
- RouteDSL
- def trace[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) => ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
- Definition Classes
- RouteDSL
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()