class JavaRoutingDslProvider extends Provider[RoutingDsl]
- Source
- RoutingDslModule.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JavaRoutingDslProvider
- Provider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JavaRoutingDslProvider(bodyParser: Default)
- Annotations
- @Inject()
- new JavaRoutingDslProvider(bodyParser: Default, contextComponents: JavaContextComponents)
- Annotations
- @deprecated
- Deprecated
(Since version 2.8.0) Use constructor without JavaContextComponents
Value Members
- def get(): RoutingDsl
- Definition Classes
- JavaRoutingDslProvider → Provider