类 DefaultParts.DefaultFormFieldPart
java.lang.Object
cn.taketoday.http.codec.multipart.DefaultParts.AbstractPart
cn.taketoday.http.codec.multipart.DefaultParts.DefaultFormFieldPart
- 所有已实现的接口:
FormFieldPart,Part
- 封闭类:
- DefaultParts
private static class DefaultParts.DefaultFormFieldPart
extends DefaultParts.AbstractPart
implements FormFieldPart
Default implementation of
FormFieldPart.-
字段详细资料
-
value
-
-
构造器详细资料
-
DefaultFormFieldPart
-
-
方法详细资料
-
content
public reactor.core.publisher.Flux<cn.taketoday.core.io.buffer.DataBuffer> content()从接口复制的说明:PartReturn the content for this part.Note that for a
FormFieldPartthe content may be accessed more easily viaFormFieldPart.value(). -
value
从接口复制的说明:FormFieldPartReturn the form field value.- 指定者:
value在接口中FormFieldPart
-
toString
-