ServiceClassesCreator
orchescala.helper.openApi.ServiceClassesCreator
case class ServiceClassesCreator(allSchemas: Map[String, Schema[_]])(using config: OpenApiConfig) extends CreatorHelper
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CreatorHelperclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Givens
Givens
Extensions
Inherited extensions
extension (schema: Schema[_])
protected def createField(optKey: Option[String], optDescr: Option[String], optIsRequired: Option[Boolean], optExample: Option[AnyRef], optExamples: Option[Map[String, Example]]): ConstrField
Attributes
- Inherited from:
- CreatorHelper
Attributes
- Inherited from:
- CreatorHelper
Attributes
- Inherited from:
- CreatorHelper
Attributes
- Inherited from:
- CreatorHelper
In this article