spring-framework / org.springframework.http.codec.multipart / FormFieldPart

FormFieldPart

interface FormFieldPart : Part

Specialization of Part for a form field.

Author
Rossen Stoyanchev

Since
5.0

Functions

value

abstract fun value(): String

Return the form field value.