public static class FormFieldDirectives.FieldDef$
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
FormFieldDirectives.FieldDef$.ConvertFieldDefAndConcatenate$
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static FormFieldDirectives.FieldDef$ |
MODULE$
Deprecated.
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
FieldDef$()
Deprecated.
|
public static final FormFieldDirectives.FieldDef$ MODULE$
protected <A,B> FormFieldDirectives.FieldDef<A> fieldDef(scala.Function1<A,Directive<B>> f)
protected <A,B> FormFieldDirectives.FieldDef<A> extractField(scala.Function1<A,Directive<scala.Tuple1<B>>> f)
public FormFieldDirectives.FieldDef<java.lang.String> forString()
public FormFieldDirectives.FieldDef<scala.Symbol> forSymbol()
public <T> FormFieldDirectives.FieldDef<NameReceptacle<T>> forNR(Unmarshaller<StrictForm.Field,T> fu)
public <T> FormFieldDirectives.FieldDef<NameUnmarshallerReceptacle<T>> forNUR()
public <T> FormFieldDirectives.FieldDef<NameOptionReceptacle<T>> forNOR(Unmarshaller<scala.Option<StrictForm.Field>,T> fu)
public <T> FormFieldDirectives.FieldDef<NameDefaultReceptacle<T>> forNDR(Unmarshaller<scala.Option<StrictForm.Field>,T> fu)
public <T> FormFieldDirectives.FieldDef<NameOptionUnmarshallerReceptacle<T>> forNOUR()
public <T> FormFieldDirectives.FieldDef<NameDefaultUnmarshallerReceptacle<T>> forNDUR()
public <T> FormFieldDirectives.FieldDef<RequiredValueReceptacle<T>> forRVR(Unmarshaller<StrictForm.Field,T> fu)
public <T> FormFieldDirectives.FieldDef<RequiredValueUnmarshallerReceptacle<T>> forRVDR()
public <T> FormFieldDirectives.FieldDef<RepeatedValueReceptacle<T>> forRepVR(Unmarshaller<StrictForm.Field,T> fu)
public <T> FormFieldDirectives.FieldDef<RepeatedValueUnmarshallerReceptacle<T>> forRepVDR()
public <T,O> FormFieldDirectives.FieldDef<T> forTuple(TupleOps.FoldLeft<Directive<scala.runtime.BoxedUnit>,T,org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef.ConvertFieldDefAndConcatenate$> fold)