ConstrField

orchescala.helper.openApi.ConstrField
case class ConstrField(name: String, descr: Option[String], tpeName: String, isOptional: Boolean, wrapperType: Option[WrapperType], format: Option[String], enumCases: Option[Seq[String]], defaultValueAsStr: Option[String], example: Option[Json]) extends OpenApiElem

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait OpenApiElem
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withDefaultValueAsStr(value: Option[String]): ConstrField

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val defaultEnumCase: String

Inherited fields

lazy val className: String

Attributes

Inherited from:
OpenApiElem
lazy val niceName: String

Attributes

Inherited from:
OpenApiElem