Field

zio.http.gen.scala.Code.Field
See theField companion class
object Field

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Field.type

Members list

Value members

Concrete methods

def apply(name: String): Field
def apply(name: String, conf: NormalizeFields): Field
def apply(name: String, fieldType: ScalaType): Field
def apply(name: String, fieldType: ScalaType, conf: NormalizeFields): Field
def apply(name: String, fieldType: ScalaType, annotation: Annotation, conf: NormalizeFields): Field
def apply(name: String, fieldType: ScalaType, annotations: List[Annotation], conf: NormalizeFields): Field
def normalize(name: String): Option[String]