oxygen.http.schema.partial.RequestSchemaAggregator
See theRequestSchemaAggregator companion class
object RequestSchemaAggregator
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
final case class InvalidSchemaError(apiName: String, routeName: String, cause: Cause) extends Throwable
Attributes
- Companion
- object
- Supertypes
-
trait Producttrait Equalsclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object InvalidSchemaError
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
InvalidSchemaError.type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
def unsafeBuild(apiName: String, routeName: String, method: Method)(codecs: RequestPathCodec[_] | RequestNonPathCodec[_]*): RequestSchema
In this article