@ProviderType
public static interface Form.Builder.DescriptionStep<T>
Modifier and Type | Method and Description |
---|---|
Form.Builder.ConstructorStep<T> |
description(java.util.function.Function<AcceptLanguage,java.lang.String> descriptionFunction)
Adds a function that receives the HTTP request language and
returns the form's description.
|
Form.Builder.ConstructorStep<T> description(java.util.function.Function<AcceptLanguage,java.lang.String> descriptionFunction)
descriptionFunction
- the function that receives the HTTP
request language and returns the form's description