FieldResult

kreuzberg.extras.forms.Generator$.Analyzer.FieldResult
case class FieldResult[F](constructorFieldSymbol: Symbol, declaredFieldSymbol: Symbol, name: String, annotation: Option[Expr[UseField[F]]], codec: Expr[Codec[F, String]], defaultFieldType: Expr[DefaultFieldType[F]], _type: Type[F])

A Field of the case class.

Attributes

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

Members list

Type members

Types

type FieldType = F

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product