o
org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives
FieldDef
Companion trait FieldDef
object FieldDef
- Annotations
 - @deprecated
 - Deprecated
 (Since version Akka HTTP 10.2.0) Use new
formFieldsoverloads with FieldSpec parameters. Kept for binary compatibility- Source
 - FormFieldDirectives.scala
 
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- FieldDef
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Type Members
-  type FSFFOU[T] = Unmarshaller[Option[Field], T]
 -  type SFU = Unmarshaller[HttpEntity, StrictForm]
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def extractField[A, B](f: (A) => Directive1[B]): FieldDefAux[A, (B)]
- Attributes
 - protected
 
 -    def fieldDef[A, B](f: (A) => Directive[B]): FieldDefAux[A, B]
- Attributes
 - protected
 
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable])
 
 -  def forNDR[T](implicit fu: FSFFOU[T]): FieldDefAux[NameDefaultReceptacle[T], (T)]
 -  def forNDUR[T]: FieldDefAux[NameDefaultUnmarshallerReceptacle[T], (T)]
 -  def forNOR[T](implicit fu: FSFFOU[T]): FieldDefAux[NameOptionReceptacle[T], (Option[T])]
 -  def forNOUR[T]: FieldDefAux[NameOptionUnmarshallerReceptacle[T], (Option[T])]
 -  def forNR[T](implicit fu: FromStrictFormFieldUnmarshaller[T]): FieldDefAux[NameReceptacle[T], (T)]
 -  def forNUR[T]: FieldDefAux[NameUnmarshallerReceptacle[T], (T)]
 -  def forRVDR[T]: FieldDefAux[RequiredValueUnmarshallerReceptacle[T], Unit]
 -  def forRVR[T](implicit fu: FromStrictFormFieldUnmarshaller[T]): FieldDefAux[RequiredValueReceptacle[T], Unit]
 -  def forRepVDR[T]: FieldDefAux[RepeatedValueUnmarshallerReceptacle[T], (Iterable[T])]
 -  def forRepVR[T](implicit fu: FromStrictFormFieldUnmarshaller[T]): FieldDefAux[RepeatedValueReceptacle[T], (Iterable[T])]
 -  def forString: FieldDefAux[String, (String)]
 -  def forSymbol: FieldDefAux[Symbol, (String)]
 -  def forTuple[T, O](implicit fold: FoldLeft[Directive0, T, ConvertFieldDefAndConcatenate.type] { type Out = org.apache.pekko.http.scaladsl.server.Directive[O] }): FieldDefAux[T, O]
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -  object ConvertFieldDefAndConcatenate extends BinaryPolyFunc