class ObjectRelationRoutes extends VerdiRoute
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ObjectRelationRoutes
- VerdiRoute
- StrictLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ObjectRelationRoutes(dispatcher: Dispatcher, authorizer: Authorizer[Future], objectRelationService: ObjectRelationService)
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authorizer: Authorizer[Future]
- Definition Classes
- ObjectRelationRoutes → VerdiRoute
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def completeCommand(commandId: CommandId, response: Json, responseConverter: (Json) => HttpResponse = defaultHttpResponse): Route
- Attributes
- protected
- Definition Classes
- VerdiRoute
- val defaultExceptionHandler: ExceptionHandler
- Attributes
- protected
- Definition Classes
- VerdiRoute
- def defaultRouteImpl[Input, Output](pm: PathMatcher[Unit])(action: (Input) => Future[Output])(implicit arg0: Decoder[Input], arg1: Encoder[Output]): Route
- Attributes
- protected
- Definition Classes
- VerdiRoute
- val dispatcher: Dispatcher
- Definition Classes
- ObjectRelationRoutes → VerdiRoute
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def handleCommand: Directive1[CommandRequest]
- Attributes
- protected
- Definition Classes
- VerdiRoute
- def handlePayload[P](request: CommandRequest, decoder: Decoder[P]): Directive1[P]
- Attributes
- protected
- Definition Classes
- VerdiRoute
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noPayloadRouteImpl[Output](pm: PathMatcher[Unit])(action: => Future[Output])(implicit arg0: Encoder[Output]): Route
- Attributes
- protected
- Definition Classes
- VerdiRoute
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val objectRelationService: ObjectRelationService
- def routeWithRequestImpl[Input, Output](pm: PathMatcher[Unit])(action: (CommandRequest, Input) => Future[Output])(toJson: (Output) => Json)(implicit arg0: Decoder[Input]): Route
- Attributes
- protected
- Definition Classes
- VerdiRoute
- def routes: Route
- Definition Classes
- ObjectRelationRoutes → VerdiRoute
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withCommandRequest: Directive1[CommandRequest]
- Attributes
- protected
- Definition Classes
- VerdiRoute
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated